diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-06-24 19:02:44 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-06-24 19:02:44 +0000 |
commit | 4551e8cbf328e313947345d1d55ce17d0adf9c98 (patch) | |
tree | a905bc8f410178c7a68e6f1b74df4d7815f6811d /gcc/c-aux-info.c | |
parent | 7f6c1d27ce55d0ededf19e7374a049b0d48bfbce (diff) | |
download | gcc-4551e8cbf328e313947345d1d55ce17d0adf9c98.tar.gz |
fix typos in comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1276 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-aux-info.c')
-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 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"); } |