diff options
author | Jeffrey A Law <law@cygnus.com> | 1999-08-07 05:26:41 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-08-06 23:26:41 -0600 |
commit | 4a21803f6b3a4135086316356dd2d4361b018661 (patch) | |
tree | 95a10a16c5c885282b794c7235ab6b00dfd75993 /gcc | |
parent | 5b4146bd4d0ca9de2dec73cd0cfe6d41e5dea11e (diff) | |
download | gcc-4a21803f6b3a4135086316356dd2d4361b018661.zip gcc-4a21803f6b3a4135086316356dd2d4361b018661.tar.gz gcc-4a21803f6b3a4135086316356dd2d4361b018661.tar.bz2 |
* extend.texi, install.texi: Fix spelling mistakes.
From-SVN: r28567
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/extend.texi | 2 | ||||
-rw-r--r-- | gcc/install.texi | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c022d3b..3510a47 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ Fri Aug 6 23:08:44 1999 Jeffrey A Law (law@cygnus.com) + * extend.texi, install.texi: Fix spelling mistakes. + * Makefile.in (PREMADE_ATTRTAB_MD, PREMADE_ATTRTAB): Delete. (s-attrtab); No longer try to use pre-made insn-attrtab file. * mips/t-bsd: Delete references to obsolete PREMADE_ATTRTAB and diff --git a/gcc/extend.texi b/gcc/extend.texi index 89a79f5..a6644ce 100644 --- a/gcc/extend.texi +++ b/gcc/extend.texi @@ -3109,7 +3109,7 @@ specify the @samp{-O} option. In the past, the GNU C++ compiler was extended to experiment with new features, at a time when the C++ language was still evolving. Now that -the C++ standard is complete, some of those features are superceded by +the C++ standard is complete, some of those features are superseded by superior alternatives. Using the old features might cause a warning in some cases that the feature will be dropped in the future. In other cases, the feature might be gone already. diff --git a/gcc/install.texi b/gcc/install.texi index ac360e9..2e12878 100644 --- a/gcc/install.texi +++ b/gcc/install.texi @@ -5,7 +5,7 @@ @c The text of this file appears in the file INSTALL @c in the GCC distribution, as well as in the GCC manual. -Note most of this information is out of date and superceded by the EGCS +Note most of this information is out of date and superseded by the EGCS install procedures. It is provided for historical reference only. @ifclear INSTALLONLY |