diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-16 08:39:54 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-16 08:39:54 -0400 |
commit | 9faa82d8c081b9e38370b5a913825111d2166de6 (patch) | |
tree | 1e50640eecb618d0b3fa87607094528acb0add62 /gcc/protoize.c | |
parent | ddd5a7c1808995545ad5befaa7320135e60b5d38 (diff) | |
download | gcc-9faa82d8c081b9e38370b5a913825111d2166de6.zip gcc-9faa82d8c081b9e38370b5a913825111d2166de6.tar.gz gcc-9faa82d8c081b9e38370b5a913825111d2166de6.tar.bz2 |
Fix typos in comments.
From-SVN: r9712
Diffstat (limited to 'gcc/protoize.c')
-rw-r--r-- | gcc/protoize.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/protoize.c b/gcc/protoize.c index 44f0721..bc28ad1 100644 --- a/gcc/protoize.c +++ b/gcc/protoize.c @@ -3051,7 +3051,7 @@ output_string (str) buffer (which may include original comments and preprocessing directives) will be copied into the output buffer. - Note that the request implide when this routine is called includes the + Note that the request implied when this routine is called includes the byte pointed to by the argument pointer `p'. */ static void @@ -3848,7 +3848,7 @@ edit_fn_definition (def_dec_p, clean_text_p) output_string ("\n"); } #else /* !defined (UNPROTOIZE) */ - /* If we are protoizing, there may be some flotsum & jetsum (like comments + /* If we are protoizing, there may be some flotsam & jetsam (like comments and preprocessing directives) after the old formals list but before the following { and we would like to preserve that stuff while effectively deleting the existing K&R formal parameter declarations. We do so here |