aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrms <>1993-11-06 06:12:47 +0000
committerrms <>1993-11-06 06:12:47 +0000
commit26c75da7f8e3be5fcab6e68757b585acf1a1ea6b (patch)
treea80224a04046a17dbb6690f9a7a9b85e3d36b591
parentc3c261d01a193abc3093ec4cdfff0967085376f7 (diff)
Comment change.
-rw-r--r--gcc/gen-protos.c2
-rw-r--r--gcc/scan.c2
-rw-r--r--gcc/scan.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/gcc/gen-protos.c b/gcc/gen-protos.c
index b89a1598c8d..a5499d42227 100644
--- a/gcc/gen-protos.c
+++ b/gcc/gen-protos.c
@@ -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)
diff --git a/gcc/scan.c b/gcc/scan.c
index 880de2a28b1..03b7c35cfd4 100644
--- a/gcc/scan.c
+++ b/gcc/scan.c
@@ -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
diff --git a/gcc/scan.h b/gcc/scan.h
index 7106eb0bf79..a61a82e7185 100644
--- a/gcc/scan.h
+++ b/gcc/scan.h
@@ -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