From: Kazu Hirata Date: Thu, 12 Jul 2001 01:36:16 +0000 (+0000) Subject: recog.c (validate_change): Fix a comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4d893612441a8018649a638403b21f48d1c8843d;p=gcc.git recog.c (validate_change): Fix a comment typo. 2001-07-11 Kazu Hirata * recog.c (validate_change): Fix a comment typo. From-SVN: r43956 --- 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 + + * recog.c (validate_change): Fix a comment typo. + 2001-07-11 Neil Booth * 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.