]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix typos (PR other/84819).
authorMartin Liska <mliska@suse.cz>
Wed, 28 Mar 2018 14:51:09 +0000 (16:51 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Wed, 28 Mar 2018 14:51:09 +0000 (14:51 +0000)
2018-03-28  Martin Liska  <mliska@suse.cz>

PR other/84819
* calls.c (initialize_argument_information): Fix trailing space.
* common.opt: Fix typo and provide better explanation for
-fsanitize-coverage option.
* config/i386/i386.opt: Fix typo.

From-SVN: r258925

gcc/ChangeLog
gcc/calls.c
gcc/common.opt
gcc/config/i386/i386.opt

index 7742da1f89b3f0d7b8ebb18e0ecde0f1a93e961d..b398a635d967e326de4073a5199b92be18c79c55 100644 (file)
@@ -1,3 +1,11 @@
+2018-03-28  Martin Liska  <mliska@suse.cz>
+
+       PR other/84819
+       * calls.c (initialize_argument_information): Fix trailing space.
+       * common.opt: Fix typo and provide better explanation for
+       -fsanitize-coverage option.
+       * config/i386/i386.opt: Fix typo.
+
 2018-03-28  Jakub Jelinek  <jakub@redhat.com>
            Martin Liska  <mliska@suse.cz>
 
index 4dcfef77a5a53cfec20b7cbfd355b9fac0839866..9eb0467311b2967a373c20013447dd738ddb4f61 100644 (file)
@@ -1999,7 +1999,7 @@ initialize_argument_information (int num_actuals ATTRIBUTE_UNUSED,
                  *may_tailcall = false;
                  maybe_complain_about_tail_call (exp,
                                                  "a callee-copied argument is"
-                                                 " stored in the current "
+                                                 " stored in the current"
                                                  " function's frame");
                }
 
index e0bc4d1bb18d2e42b352ff09760105c1fee96f16..d6ef85928f33d701dbb8ca48f1e288a3a03c0ad7 100644 (file)
@@ -1002,7 +1002,7 @@ Select what to sanitize.
 
 fsanitize-coverage=
 Common Report Joined
-Select what to coverage sanitize.
+Select type of coverage sanitization.
 
 fasan-shadow-offset=
 Common Joined RejectNegative Var(common_deferred_options) Defer
@@ -1637,7 +1637,7 @@ Common Report Joined RejectNegative Enum(cf_protection_level) Var(flag_cf_protec
 instructions have valid targets.
 
 Enum
-Name(cf_protection_level) Type(enum cf_protection_level) UnknownError(unknown Cotrol-Flow Protection Level %qs)
+Name(cf_protection_level) Type(enum cf_protection_level) UnknownError(unknown Control-Flow Protection Level %qs)
 
 EnumValue
 Enum(cf_protection_level) String(full) Value(CF_FULL)
index 311b99d9739243ce7eaaf72f75dec19ed2f1f0bd..c063ae8b1aefea7a693f772ed329c0e81788bdc9 100644 (file)
@@ -1023,8 +1023,8 @@ Enforcement Technology (CET).
 
 mcet-switch
 Target Report Undocumented Var(flag_cet_switch) Init(0)
-Turn on CET instrumentation for switch statements, which use jump table and
-indirect jump.
+Turn on CET instrumentation for switch statements that use a jump table and
+an indirect jump.
 
 mforce-indirect-call
 Target Report Var(flag_force_indirect_call) Init(0)