OSDN Git Service

fix typo
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 18 May 2002 14:54:19 +0000 (14:54 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 18 May 2002 14:54:19 +0000 (14:54 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53589 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/varasm.c

index e13efe0..1709233 100644 (file)
@@ -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);