aboutsummaryrefslogtreecommitdiff
path: root/gcc/protoize.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-03-30 07:28:26 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1995-03-30 07:28:26 -0500
commitd17e26f744a2d0157597e4de625a15746db63cc5 (patch)
tree8984e27be7facf109b5fde02b4f1ed7d65c5b6c8 /gcc/protoize.c
parentadcfa68154e6e0bd4ebb0787871a38425628a2ef (diff)
downloadgcc-d17e26f744a2d0157597e4de625a15746db63cc5.zip
gcc-d17e26f744a2d0157597e4de625a15746db63cc5.tar.gz
gcc-d17e26f744a2d0157597e4de625a15746db63cc5.tar.bz2
Use the phrase `preprocessing directive' consistently.
From-SVN: r9259
Diffstat (limited to 'gcc/protoize.c')
-rw-r--r--gcc/protoize.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/protoize.c b/gcc/protoize.c
index 4542299..64efd28 100644
--- a/gcc/protoize.c
+++ b/gcc/protoize.c
@@ -3859,7 +3859,7 @@ edit_fn_definition (def_dec_p, clean_text_p)
}
/* Clean up the clean text buffer. Do this by converting comments and
- preprocessor directives into spaces. Also convert line continuations
+ preprocessing directives into spaces. Also convert line continuations
into whitespace. Also, whiteout string and character literals. */
static void
@@ -4109,14 +4109,14 @@ scan_for_missed_items (file_p)
/* Do all editing operations for a single source file (either a "base" file
or an "include" file). To do this we read the file into memory, keep a
virgin copy there, make another cleaned in-core copy of the original file
- (i.e. one in which all of the comments and preprocessor directives have
+ (i.e. one in which all of the comments and preprocessing directives have
been replaced with whitespace), then use these two in-core copies of the
file to make a new edited in-core copy of the file. Finally, rename the
original file (as a way of saving it), and then write the edited version
of the file from core to a disk file of the same name as the original.
Note that the trick of making a copy of the original sans comments &
- preprocessor directives make the editing a whole lot easier. */
+ preprocessing directives make the editing a whole lot easier. */
static void
edit_file (hp)