diff options
| author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-31 17:27:02 +0000 |
|---|---|---|
| committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-31 17:27:02 +0000 |
| commit | c3fa39e3e9e86c67c0eb63bbf8512f5cb698572a (patch) | |
| tree | 31441456834dfd8054c3e02d24ae0a2c4758ca73 | |
| parent | b4fea520db3ddcda9a29104efac7123ecd276adf (diff) | |
| download | ppe42-gcc-c3fa39e3e9e86c67c0eb63bbf8512f5cb698572a.tar.gz ppe42-gcc-c3fa39e3e9e86c67c0eb63bbf8512f5cb698572a.zip | |
Fix typo in my previous commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58684 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 b4d2087bcd7..7eef256c41a 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) |

