From 3e89949e1b58a23c3fc27b489c5f9e207099d690 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Wed, 6 Nov 2013 09:37:46 -0500 Subject: [PATCH] typo From-SVN: r204456 --- gcc/gimple-fold.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/gimple-fold.c b/gcc/gimple-fold.c index b4da694b27b..844b65b0bf2 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. */ -- 2.30.2