]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cfgcleanup.c
c-typeck.c: Fix comment typos.
[thirdparty/gcc.git] / gcc / cfgcleanup.c
index c0b929badd005edefc3cd02a8f3f4b4e816602de..056a32f4faa51671b66309951232e82f2a2de575 100644 (file)
@@ -174,7 +174,7 @@ try_simplify_condjump (basic_block cbranch_block)
 
   end = BB_END (jump_block);
   /* Deleting a block may produce unreachable code warning even when we are
-     not deleting anything live.  Supress it by moving all the line number
+     not deleting anything live.  Suppress it by moving all the line number
      notes out of the block.  */
   for (insn = BB_HEAD (jump_block); insn != NEXT_INSN (BB_END (jump_block));
        insn = next)