OSDN Git Service

Comment change.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 Nov 1993 06:12:47 +0000 (06:12 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 Nov 1993 06:12:47 +0000 (06:12 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6023 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/gen-protos.c
gcc/scan.c
gcc/scan.h

index b89a159..a5499d4 100644 (file)
@@ -108,7 +108,7 @@ main (argc, argv)
 
 
       /* NOTE:  If you edit this,
-        also edit lookup_std_proto in patch-header.c !! */
+        also edit lookup_std_proto in fix-header.c !! */
       i = hash(name_start) % HASH_SIZE;
       i0 = i;
       if (hash_tab[i] != 0)
index 880de2a..03b7c35 100644 (file)
@@ -1,4 +1,4 @@
-/* scan.c - Utility functions for scan-decls and patch-header programs.
+/* scan.c - Utility functions for scan-decls and fix-header programs.
    Copyright (C) 1993 Free Software Foundation, Inc.
 
 This program is free software; you can redistribute it and/or modify it
index 7106eb0..a61a82e 100644 (file)
@@ -1,4 +1,4 @@
-/* scan.h - Utility declarations for scan-decls and patch-header programs.
+/* scan.h - Utility declarations for scan-decls and fix-header programs.
    Copyright (C) 1993 Free Software Foundation, Inc.
 
 This program is free software; you can redistribute it and/or modify it