OSDN Git Service

2001-07-11 Kazu Hirata <kazu@hxi.com>
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Jul 2001 01:36:16 +0000 (01:36 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Jul 2001 01:36:16 +0000 (01:36 +0000)
* recog.c (validate_change): Fix a comment typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43956 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/recog.c

index 52d9a33..f3eed75 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 26ff030..ef30528 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.