recog.c (validate_change): Fix a comment typo.
authorKazu Hirata <kazu@hxi.com>
Thu, 12 Jul 2001 01:36:16 +0000 (01:36 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 12 Jul 2001 01:36:16 +0000 (01:36 +0000)
2001-07-11  Kazu Hirata  <kazu@hxi.com>

* recog.c (validate_change): Fix a comment typo.

From-SVN: r43956

gcc/ChangeLog
gcc/recog.c

index 52d9a3383e428ec02e704c0c685592fbba37e712..f3eed75a716bd2c93521fb9c09efd6d9664b56c4 100644 (file)
@@ -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.
index 26ff03021898a4ffc0e62cbc5d0c4907122ef5e1..ef30528bd9e286451365bf277a61a5052f9479d6 100644 (file)
@@ -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.