diff options
author | Jan Hubicka <hubicka@gcc.gnu.org> | 2002-10-31 17:27:02 +0000 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2002-10-31 17:27:02 +0000 |
commit | 41ed22378476ffb920ba0e4c97056d17d80534d7 (patch) | |
tree | 31441456834dfd8054c3e02d24ae0a2c4758ca73 | |
parent | 55ba61f31a031b29b0d081577de019dff0c22a3c (diff) | |
download | gcc-41ed22378476ffb920ba0e4c97056d17d80534d7.zip gcc-41ed22378476ffb920ba0e4c97056d17d80534d7.tar.gz gcc-41ed22378476ffb920ba0e4c97056d17d80534d7.tar.bz2 |
Fix typo in my previous commit.
From-SVN: r58684
-rw-r--r-- | gcc/config/i386/i386.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index b4d2087..7eef256 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -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) |