aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2013-11-06 09:37:46 -0500
committerJason Merrill <jason@gcc.gnu.org>2013-11-06 09:37:46 -0500
commit3e89949e1b58a23c3fc27b489c5f9e207099d690 (patch)
tree83db2213dd80ad88a6c1b1f5b5f04228a2e1bc20
parent7783daa76cdf6a2a71775b41269b07039b0247a3 (diff)
downloadgcc-3e89949e1b58a23c3fc27b489c5f9e207099d690.zip
gcc-3e89949e1b58a23c3fc27b489c5f9e207099d690.tar.gz
gcc-3e89949e1b58a23c3fc27b489c5f9e207099d690.tar.bz2
typo
From-SVN: r204456
-rw-r--r--gcc/gimple-fold.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimple-fold.c b/gcc/gimple-fold.c
index b4da694..844b65b 100644
--- a/gcc/gimple-fold.c
+++ b/gcc/gimple-fold.c
@@ -56,7 +56,7 @@ along with GCC; see the file COPYING3. If not see
that has no corresponding callgraph/varpool node
declaring the body.
3) COMDAT functions referred by external vtables that
- we devirtualize only during final copmilation stage.
+ we devirtualize only during final compilation stage.
At this time we already decided that we will not output
the function body and thus we can't reference the symbol
directly. */