Fix documentation typos (PR other/80589).
authorMartin Liska <mliska@suse.cz>
Mon, 19 Feb 2018 09:54:09 +0000 (10:54 +0100)
committerMartin Liska <marxin@gcc.gnu.org>
Mon, 19 Feb 2018 09:54:09 +0000 (09:54 +0000)
2018-02-19  Martin Liska  <mliska@suse.cz>

PR other/80589
* doc/invoke.texi: Fix typo.
* params.def (PARAM_MAX_LOOP_HEADER_INSNS): Likewise.

From-SVN: r257803

gcc/ChangeLog
gcc/doc/invoke.texi
gcc/params.def

index 044fbedb451dbee38190f671b5d9b4f14b5f31c0..0fa0da584046b7789458473094d7aef44da56b67 100644 (file)
@@ -1,3 +1,9 @@
+2018-02-19  Martin Liska  <mliska@suse.cz>
+
+       PR other/80589
+       * doc/invoke.texi: Fix typo.
+       * params.def (PARAM_MAX_LOOP_HEADER_INSNS): Likewise.
+
 2018-02-18  Segher Boessenkool  <segher@kernel.crashing.org>
 
        * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
index 277c99a0527b302fc8578b9ee9cbbf15f1a54b5b..a580794bfba18a22622aa20b469daff67bed56c5 100644 (file)
@@ -8619,7 +8619,7 @@ This flag is enabled by default at @option{-O2} and higher and depends on
 
 @item -fisolate-erroneous-paths-attribute
 @opindex fisolate-erroneous-paths-attribute
-Detect paths that trigger erroneous or undefined behavior due a null value
+Detect paths that trigger erroneous or undefined behavior due to a null value
 being used in a way forbidden by a @code{returns_nonnull} or @code{nonnull}
 attribute.  Isolate those paths from the main control flow and turn the
 statement with erroneous or undefined behavior into a trap.  This is not
index e3336793b230f112b69c787a0d6748ffcbbc212e..dad47ec2b000069d284c8af20a13a73dba02281b 100644 (file)
@@ -354,11 +354,11 @@ DEFPARAM(PARAM_MAX_UNSWITCH_LEVEL,
        "The maximum number of unswitchings in a single loop.",
        3, 0, 0)
 
-/* The maximum number of insns in loop header duplicated by he copy loop
+/* The maximum number of insns in loop header duplicated by the copy loop
    headers pass.  */
 DEFPARAM(PARAM_MAX_LOOP_HEADER_INSNS,
        "max-loop-header-insns",
-       "The maximum number of insns in loop header duplicated by he copy loop headers pass.",
+       "The maximum number of insns in loop header duplicated by the copy loop headers pass.",
        20, 0, 0)
 
 /* The maximum number of iterations of a loop the brute force algorithm