diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-16 08:14:26 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-16 08:14:26 -0400 |
commit | ddd5a7c1808995545ad5befaa7320135e60b5d38 (patch) | |
tree | bf405c4941b111c08c0642d3410b2970aca3b162 /gcc/c-iterate.c | |
parent | 6de129de79f7646825d5b004d9fdbca5b893d106 (diff) | |
download | gcc-ddd5a7c1808995545ad5befaa7320135e60b5d38.zip gcc-ddd5a7c1808995545ad5befaa7320135e60b5d38.tar.gz gcc-ddd5a7c1808995545ad5befaa7320135e60b5d38.tar.bz2 |
Fix typos in comments.
From-SVN: r9711
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 99f9a79..23b1107 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 |