aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-aux-info.c
diff options
context:
space:
mode:
authorrms <>1992-06-24 18:02:44 +0000
committerrms <>1992-06-24 18:02:44 +0000
commitca088bab1a0d2ea2d63b47f8450fe5e67e9fd431 (patch)
treea905bc8f410178c7a68e6f1b74df4d7815f6811d /gcc/c-aux-info.c
parenta1a7d1d78ba4c66c0c9b634e21e018dd3237b092 (diff)
fix typos in comments.
Diffstat (limited to 'gcc/c-aux-info.c')
-rw-r--r--gcc/c-aux-info.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-aux-info.c b/gcc/c-aux-info.c
index fddf496e075..76b480cdcee 100644
--- a/gcc/c-aux-info.c
+++ b/gcc/c-aux-info.c
@@ -1,6 +1,6 @@
/* Generate information regarding function declarations and definitions based
on information stored in GCC's tree structure. This code implements the
- -fgen-aux-info option.
+ -aux-info option.
This code was written by Ron Guilmette (rfg@mcc.com).
@@ -601,7 +601,7 @@ gen_aux_info_record (fndecl, is_definition, is_implicit, is_prototyped)
if (! compiled_from_record++)
{
/* The first line tells which directory file names are relative to.
- Currently, -fgen-aux-info works only for files in the working
+ Currently, -aux-info works only for files in the working
directory, so just use a `.' as a placeholder for now. */
fprintf (aux_info_file, "/* compiled from: . */\n");
}