summaryrefslogtreecommitdiff
path: root/gcc/gengenrtl.c
diff options
context:
space:
mode:
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2000-06-25 23:20:30 +0000
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2000-06-25 23:20:30 +0000
commit3e0fa8bdcb0cf11969184677d76c03a53f78987e (patch)
treed9467624607203e33e0bd04a5dcfd39489c0d59a /gcc/gengenrtl.c
parent9de623f95ad47f70544c999871258e4aba27b140 (diff)
downloadgcc-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.c2
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)