OSDN Git Service

fix typos in comments.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Jun 1992 19:02:44 +0000 (19:02 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Jun 1992 19:02:44 +0000 (19:02 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1276 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/c-aux-info.c

index fddf496..76b480c 100644 (file)
@@ -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");
        }