diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-05-16 12:14:26 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-05-16 12:14:26 +0000 |
commit | 01cc3b7526f036bef25d4140ef0903276a67aa9a (patch) | |
tree | bf405c4941b111c08c0642d3410b2970aca3b162 /gcc/c-iterate.c | |
parent | 6a63b8ac07f1b0e513c0b549c074e71c63041c1a (diff) | |
download | gcc-01cc3b7526f036bef25d4140ef0903276a67aa9a.tar.gz |
Fix typos in comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9711 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-iterate.c')
-rw-r--r-- | gcc/c-iterate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-iterate.c b/gcc/c-iterate.c index 99f9a794d2a..23b1107cfd6 100644 --- a/gcc/c-iterate.c +++ b/gcc/c-iterate.c @@ -341,7 +341,7 @@ iterator_loop_epilogue (idecl, start_note, end_note) ITERATOR_BOUND_P (idecl) = 0; /* we can reset rtl since there is not chance that this expansion */ - /* would be superceded by a higher level one */ + /* would be superseded by a higher level one */ if (top_level_ixpansion_p ()) DECL_RTL (idecl) = 0; if (end_note) @@ -433,7 +433,7 @@ pop_iterator_stack () /* Record an iterator expansion ("ixpansion") for IDECL. - The remaining paramters are the notes in the loop entry + The remaining parameters are the notes in the loop entry and exit rtl. */ static void |