diff options
author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-25 23:20:30 +0000 |
---|---|---|
committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-25 23:20:30 +0000 |
commit | 3e0fa8bdcb0cf11969184677d76c03a53f78987e (patch) | |
tree | d9467624607203e33e0bd04a5dcfd39489c0d59a /gcc/gengenrtl.c | |
parent | 9de623f95ad47f70544c999871258e4aba27b140 (diff) | |
download | gcc-3e0fa8bdcb0cf11969184677d76c03a53f78987e.tar.gz |
* gengenrtl.c (special_rtx): Fix typo in comment.
* search.c (lookup_member): Fix typo in comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34700 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gengenrtl.c')
-rw-r--r-- | gcc/gengenrtl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gengenrtl.c b/gcc/gengenrtl.c index 596c5e23686..9e8bb24f751 100644 --- a/gcc/gengenrtl.c +++ b/gcc/gengenrtl.c @@ -180,7 +180,7 @@ special_format (fmt) /* Return nonzero if the RTL code given by index IDX is one that we should not generate a gen_RTX_FOO function foo (because that function is present - elsewhere in the compiler. */ + elsewhere in the compiler). */ static int special_rtx (idx) |