Commit 4d893612 by Kazu Hirata Committed by Kazu Hirata

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
parent 89cd2243
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> 2001-07-11 Neil Booth <neil@daikokuya.demon.co.uk>
* Makefile.in (c-lex.o): Wrap long lines. Depend on debug.h. * Makefile.in (c-lex.o): Wrap long lines. Depend on debug.h.
......
...@@ -182,7 +182,7 @@ static int changes_allocated; ...@@ -182,7 +182,7 @@ static int changes_allocated;
static int num_changes = 0; 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, at which NEW will be placed. If OBJECT is zero, no validation is done,
the change is simply made. the change is simply made.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment