From: Joern Rennecke Date: Tue, 20 May 2014 07:08:01 +0000 (+0100) Subject: * mode-switching.c (optimize_mode_switching): Fix comment typo. X-Git-Tag: releases/gcc-5.1.0~7453 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=74145685ed423198e739bc1eba4ebed843207341;p=thirdparty%2Fgcc.git * mode-switching.c (optimize_mode_switching): Fix comment typo. From-SVN: r210631 --- diff --git a/gcc/mode-switching.c b/gcc/mode-switching.c index b70b2e595815..c06f113328da 100644 --- a/gcc/mode-switching.c +++ b/gcc/mode-switching.c @@ -754,7 +754,7 @@ optimize_mode_switching (void) point ends up first in the instruction steam. Because we made sure that NOTE_INSN_BASIC_BLOCK is only used for initially empty basic blocks, we - can archive this by appending at the end of + can achieve this by appending at the end of the block. */ emit_insn_after (mode_set, BB_END (NOTE_BASIC_BLOCK (ptr->insn_ptr)));