]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* doc/extend.texi, doc/invoke.texi: Fix typos.
authorKazu Hirata <kazu@codesourcery.com>
Sat, 18 Apr 2009 02:10:37 +0000 (02:10 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 18 Apr 2009 02:10:37 +0000 (02:10 +0000)
From-SVN: r146303

gcc/ChangeLog
gcc/doc/extend.texi
gcc/doc/invoke.texi

index fb6bbdd5d4b8522c29bd13e5740458f501b45509..bffa45a36e58e62a4ce0df82d458eae66b7ec3f3 100644 (file)
@@ -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.
index e8b5628c0f1c40bd5c8bffcffd40d611d11615b7..4a7db02c9021676bf69225a8f6a073a4832d8be0 100644 (file)
@@ -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.
index 12262f25d5486a3b368bf199b61dcf2572b9dca6..3c49a8d81b0edd9cd190a3b89af04f95936929a0 100644 (file)
@@ -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