diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2001-01-10 08:10:59 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2001-01-10 08:10:59 +0000 |
commit | 0a75e5c306359e717f9e070a7b41c29964c64a54 (patch) | |
tree | f5ce7b45ee9da61ec06ed80e0b2a961900cc25ae /gcc | |
parent | 9169269f6216dd042ed7cffdc1b2f057631afcae (diff) | |
download | gcc-0a75e5c306359e717f9e070a7b41c29964c64a54.zip gcc-0a75e5c306359e717f9e070a7b41c29964c64a54.tar.gz gcc-0a75e5c306359e717f9e070a7b41c29964c64a54.tar.bz2 |
invoke.texi: Fix another typo.
2001-01-10 Phil Edwards <pme@sources.redhat.com>
* invoke.texi: Fix another typo.
From-SVN: r38858
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/invoke.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cca0ae4..b0c8eff 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2001-01-10 Phil Edwards <pme@sources.redhat.com> + * invoke.texi: Fix another typo. + +2001-01-10 Phil Edwards <pme@sources.redhat.com> + * invoke.texi: Fix typo. 2001-01-10 Neil Booth <neil@daikokuya.demon.co.uk> diff --git a/gcc/invoke.texi b/gcc/invoke.texi index 6eef8ca..0f32b02 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -6480,7 +6480,7 @@ will be modified. @item -m96bit-long-double @itemx -m96bit-long-double -Set the size of @code{long double} to 96 bytes as required by the i386 +Set the size of @code{long double} to 96 bits as required by the i386 application binary interface. This is the default. @item -msvr3-shlib |