diff options
author | Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr> | 2000-06-26 01:20:30 +0200 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2000-06-25 23:20:30 +0000 |
commit | 1a03d9675e10d1d69754966c2b5329dc0d1d04db (patch) | |
tree | d9467624607203e33e0bd04a5dcfd39489c0d59a /gcc/gengenrtl.c | |
parent | ece0fc8dcbe0cc9657c0e0e637fb011fdbdcebd0 (diff) | |
download | gcc-1a03d9675e10d1d69754966c2b5329dc0d1d04db.zip gcc-1a03d9675e10d1d69754966c2b5329dc0d1d04db.tar.gz gcc-1a03d9675e10d1d69754966c2b5329dc0d1d04db.tar.bz2 |
gengenrtl.c (special_rtx): Fix typo in comment.
* gengenrtl.c (special_rtx): Fix typo in comment.
* search.c (lookup_member): Fix typo in comment.
From-SVN: r34700
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 596c5e2..9e8bb24 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) |