aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJoern Rennecke <amylaar@gcc.gnu.org>2014-05-20 08:08:01 +0100
committerJoern Rennecke <amylaar@gcc.gnu.org>2014-05-20 08:08:01 +0100
commit74145685ed423198e739bc1eba4ebed843207341 (patch)
tree30bd5f43455117fc3a222d64105a84214fdf4c14 /gcc
parent4dae67e09042d48c5f330d540d5fdde5f51db656 (diff)
downloadgcc-74145685ed423198e739bc1eba4ebed843207341.zip
gcc-74145685ed423198e739bc1eba4ebed843207341.tar.gz
gcc-74145685ed423198e739bc1eba4ebed843207341.tar.bz2
* mode-switching.c (optimize_mode_switching): Fix comment typo.
From-SVN: r210631
Diffstat (limited to 'gcc')
-rw-r--r--gcc/mode-switching.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/mode-switching.c b/gcc/mode-switching.c
index b70b2e5..c06f113 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)));