diff options
author | Richard Stallman <rms@gnu.org> | 1992-03-18 05:14:48 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-03-18 05:14:48 +0000 |
commit | 1a2ef701e7e7fab9ef51e79bf6b34136c6ff1b1b (patch) | |
tree | 220db34a26f314081bcefa2a375ba38649a47b73 /gcc | |
parent | 6a2233ebd8f1edfc3250240f6b43177bb7280506 (diff) | |
download | gcc-1a2ef701e7e7fab9ef51e79bf6b34136c6ff1b1b.zip gcc-1a2ef701e7e7fab9ef51e79bf6b34136c6ff1b1b.tar.gz gcc-1a2ef701e7e7fab9ef51e79bf6b34136c6ff1b1b.tar.bz2 |
*** empty log message ***
From-SVN: r515
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/protoize.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/protoize.c b/gcc/protoize.c index 1d35183..56fc8fc 100644 --- a/gcc/protoize.c +++ b/gcc/protoize.c @@ -3954,7 +3954,7 @@ edit_file (hp) #ifdef UNPROTOIZE /* Don't even mention "system" include files unless we are protoizing. If we are protoizing, we mention these as a - gentile way of prodding the user to convert his "system" + gentle way of prodding the user to convert his "system" include files to prototype format. */ && !in_system_include_dir (convert_filename) #endif /* defined (UNPROTOIZE) */ |