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

2001-07-11  Kazu Hirata  <kazu@hxi.com>

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

From-SVN: r43956
This commit is contained in:
Kazu Hirata 2001-07-12 01:36:16 +00:00 committed by Kazu Hirata
parent 89cd224363
commit 4d89361244
2 changed files with 5 additions and 1 deletions

View 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.

View 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.