aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-eh.c
diff options
context:
space:
mode:
authorMike Stump <mrs@gcc.gnu.org>2013-07-21 18:04:43 +0000
committerMike Stump <mrs@gcc.gnu.org>2013-07-21 18:04:43 +0000
commitc0d18c6c7d528e3acfb2506d831191c6e5c82b68 (patch)
tree6a2d72a28b2d77570e8276d17559d1cc80f7b977 /gcc/tree-eh.c
parent9b110be230335f0b0bc3cf676b42f0280225a784 (diff)
downloadgcc-c0d18c6c7d528e3acfb2506d831191c6e5c82b68.zip
gcc-c0d18c6c7d528e3acfb2506d831191c6e5c82b68.tar.gz
gcc-c0d18c6c7d528e3acfb2506d831191c6e5c82b68.tar.bz2
Fix typos.
From-SVN: r201108
Diffstat (limited to 'gcc/tree-eh.c')
-rw-r--r--gcc/tree-eh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-eh.c b/gcc/tree-eh.c
index fb80b30..0850bd5 100644
--- a/gcc/tree-eh.c
+++ b/gcc/tree-eh.c
@@ -4383,7 +4383,7 @@ cleanup_all_empty_eh (void)
2) MUST_NOT_THROW regions that became dead because of 1) are optimized out
3) Info about regions that are containing instructions, and regions
reachable via local EH edges is collected
- 4) Eh tree is pruned for regions no longer neccesary.
+ 4) Eh tree is pruned for regions no longer necessary.
TODO: Push MUST_NOT_THROW regions to the root of the EH tree.
Unify those that have the same failure decl and locus.