diff options
author | Richard Stallman <rms@gnu.org> | 1992-06-24 19:02:44 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-06-24 19:02:44 +0000 |
commit | 872d115fb96a42ab27267e31b4194b4af256d58a (patch) | |
tree | a905bc8f410178c7a68e6f1b74df4d7815f6811d | |
parent | c819be5bb1adc344393d611e7b1bc79edf1223a8 (diff) | |
download | gcc-872d115fb96a42ab27267e31b4194b4af256d58a.zip gcc-872d115fb96a42ab27267e31b4194b4af256d58a.tar.gz gcc-872d115fb96a42ab27267e31b4194b4af256d58a.tar.bz2 |
fix typos in comments.
From-SVN: r1276
-rw-r--r-- | gcc/c-aux-info.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-aux-info.c b/gcc/c-aux-info.c index fddf496..76b480c 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"); } |