diff options
author | Jeffrey A Law <law@cygnus.com> | 1999-08-30 22:38:25 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-08-30 16:38:25 -0600 |
commit | 252215a77a861fb880bbc09dc52c29189d3041c3 (patch) | |
tree | 8f585fea5c8c64a4b34368022cf37732bd4ae18d /gcc | |
parent | 3f5cd61f623e0e8df2668004adf7bc4570971b1c (diff) | |
download | gcc-252215a77a861fb880bbc09dc52c29189d3041c3.zip gcc-252215a77a861fb880bbc09dc52c29189d3041c3.tar.gz gcc-252215a77a861fb880bbc09dc52c29189d3041c3.tar.bz2 |
* invoke.texi: Fix typo.
From-SVN: r28987
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 8e8453c..c46c920 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Mon Aug 30 16:36:33 1999 Jeffrey A Law (law@cygnus.com) + + * invoke.texi: Fix typo. + Mon Aug 30 12:23:53 1999 Jim Wilson <wilson@cygnus.com> * fixinc/Makefile.in (subdir): New. diff --git a/gcc/invoke.texi b/gcc/invoke.texi index 52c6c19..cc60c991 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -1762,7 +1762,7 @@ Warn if anything is declared more than once in the same scope, even in cases where multiple declaration is valid and changes nothing. @item -Wnested-externs -Warn if an @code{extern} declaration is encountered within an function. +Warn if an @code{extern} declaration is encountered within a function. @item -Wunreachable-code Warn if the compiler detects that code will never be executed. |