Fix typo in my previous commit.
authorJan Hubicka <hubicka@gcc.gnu.org>
Thu, 31 Oct 2002 17:27:02 +0000 (17:27 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 31 Oct 2002 17:27:02 +0000 (17:27 +0000)
From-SVN: r58684

gcc/config/i386/i386.c

index b4d2087bcd78884013d9c2f273f92f13ebafc857..7eef256c41a0246f5b620f76eb3bcbc23d4537a9 100644 (file)
@@ -1000,8 +1000,8 @@ override_options ()
   real_format_for_mode[XFmode - QFmode] = &ieee_extended_intel_96_format;
   real_format_for_mode[TFmode - QFmode] = &ieee_extended_intel_128_format;
 
-  /* Set the default values for switches whose defualt depends on TARGET_64BIT
-     in case they wasn't overwriten by command line options.  */
+  /* Set the default values for switches whose default depends on TARGET_64BIT
+     in case they weren't overwriten by command line options.  */
   if (TARGET_64BIT)
     {
       if (flag_omit_frame_pointer == 2)