summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/recog.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 52d9a3383e4..f3eed75a716 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2001-07-11 Kazu Hirata <kazu@hxi.com>
+
+ * recog.c (validate_change): Fix a comment typo.
+
2001-07-11 Neil Booth <neil@daikokuya.demon.co.uk>
* Makefile.in (c-lex.o): Wrap long lines. Depend on debug.h.
diff --git a/gcc/recog.c b/gcc/recog.c
index 26ff0302189..ef30528bd9e 100644
--- a/gcc/recog.c
+++ b/gcc/recog.c
@@ -182,7 +182,7 @@ static int changes_allocated;
static int num_changes = 0;
-/* Validate a proposed change to OBJECT. LOC is the location in the rtl for
+/* Validate a proposed change to OBJECT. LOC is the location in the rtl
at which NEW will be placed. If OBJECT is zero, no validation is done,
the change is simply made.