aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2009-04-18 02:10:37 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2009-04-18 02:10:37 +0000
commitc782f1dda4aa693cb2f50a23c63f7bcb2a908e40 (patch)
tree59de234a2f7fecfad002219db6088a165c33ea94 /gcc
parent8d22d141f59f033adcc62e886b5f7ad46d78ca92 (diff)
downloadgcc-c782f1dda4aa693cb2f50a23c63f7bcb2a908e40.zip
gcc-c782f1dda4aa693cb2f50a23c63f7bcb2a908e40.tar.gz
gcc-c782f1dda4aa693cb2f50a23c63f7bcb2a908e40.tar.bz2
* doc/extend.texi, doc/invoke.texi: Fix typos.
From-SVN: r146303
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/extend.texi2
-rw-r--r--gcc/doc/invoke.texi4
3 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index fb6bbdd..bffa45a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2009-04-18 Kazu Hirata <kazu@codesourcery.com>
+
+ * doc/extend.texi, doc/invoke.texi: Fix typos.
+
2009-04-17 Cary Coutant <ccoutant@google.com>
* tree-flow-inline.h (get_lineno): Fix inverted test.
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index e8b5628..4a7db02 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -6758,7 +6758,7 @@ This is an acceptable initializer even if @var{EXPRESSION} is not a
constant expression, including the case where
@code{__builtin_constant_p} returns 1 because @var{EXPRESSION} can be
folded to a constant but @var{EXPRESSION} contains operands that would
-not otherwize be permitted in a static initializer (for example,
+not otherwise be permitted in a static initializer (for example,
@code{0 && foo ()}). GCC must be more conservative about evaluating the
built-in in this case, because it has no opportunity to perform
optimization.
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 12262f2..3c49a8d 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -15568,14 +15568,14 @@ This option is available for Cygwin and MinGW targets. It
specifies that a console application is to be generated, by
instructing the linker to set the PE header subsystem type
required for console applications.
-This is the default behaviour for Cygwin and MinGW targets.
+This is the default behavior for Cygwin and MinGW targets.
@item -mcygwin
@opindex mcygwin
This option is available for Cygwin targets. It specifies that
the Cygwin internal interface is to be used for predefined
preprocessor macros, C runtime libraries and related linker
-paths and options. For Cygwin targets this is the default behaviour.
+paths and options. For Cygwin targets this is the default behavior.
This option is deprecated and will be removed in a future release.
@item -mno-cygwin