From: Jason Merrill Date: Sat, 18 May 2002 14:54:19 +0000 (-0400) Subject: fix typo X-Git-Tag: releases/gcc-3.3.0~4987 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2724afa4a23026760eebcaa95c0a77acfd79a353;p=thirdparty%2Fgcc.git fix typo From-SVN: r53589 --- diff --git a/gcc/varasm.c b/gcc/varasm.c index e13efe0914cb..1709233ade06 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -3015,7 +3015,7 @@ output_constant_def (exp, defer) rtx rtl; /* We can't just use the saved RTL if this is a defererred string constant - and we are not to defer anymode. */ + and we are not to defer anymore. */ if (TREE_CODE (exp) != INTEGER_CST && TREE_CST_RTL (exp) && (defer || !STRING_POOL_ADDRESS_P (XEXP (TREE_CST_RTL (exp), 0)))) return TREE_CST_RTL (exp);