aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/invoke.texi2
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.