* invoke.texi: Fix typo.
authorJeffrey A Law <law@cygnus.com>
Mon, 30 Aug 1999 22:38:25 +0000 (22:38 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 30 Aug 1999 22:38:25 +0000 (16:38 -0600)
From-SVN: r28987

gcc/ChangeLog
gcc/invoke.texi

index 8e8453c174857b20a5e391d11ac5c7cc23d16e72..c46c9202454c5c37604253a9e62169277232565e 100644 (file)
@@ -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.
index 52c6c19c06c6a399ff0f64d6a0749a4a8ded68af..cc60c991ec68bef151b47f81015d9818b1456303 100644 (file)
@@ -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.