aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-structalias.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-ssa-structalias.c
parent9b110be230335f0b0bc3cf676b42f0280225a784 (diff)
downloadgcc-c0d18c6c7d528e3acfb2506d831191c6e5c82b68.zip
gcc-c0d18c6c7d528e3acfb2506d831191c6e5c82b68.tar.gz
gcc-c0d18c6c7d528e3acfb2506d831191c6e5c82b68.tar.bz2
Fix typos.
From-SVN: r201108
Diffstat (limited to 'gcc/tree-ssa-structalias.c')
-rw-r--r--gcc/tree-ssa-structalias.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssa-structalias.c b/gcc/tree-ssa-structalias.c
index d7aeefe..d46cbb3 100644
--- a/gcc/tree-ssa-structalias.c
+++ b/gcc/tree-ssa-structalias.c
@@ -4457,7 +4457,7 @@ find_func_aliases_for_builtin_call (gimple t)
}
/* printf-style functions may have hooks to set pointers to
point to somewhere into the generated string. Leave them
- for a later excercise... */
+ for a later exercise... */
default:
/* Fallthru to general call handling. */;
}
@@ -5015,7 +5015,7 @@ find_func_clobbers (gimple origt)
return;
/* printf-style functions may have hooks to set pointers to
point to somewhere into the generated string. Leave them
- for a later excercise... */
+ for a later exercise... */
default:
/* Fallthru to general call handling. */;
}