Fix typo in fprofile-prefix-path.
authorMartin Liska <mliska@suse.cz>
Mon, 11 May 2020 07:34:22 +0000 (09:34 +0200)
committerMartin Liska <mliska@suse.cz>
Mon, 11 May 2020 07:34:22 +0000 (09:34 +0200)
PR c/95040
* common.opt: Fix typo in option description.

gcc/ChangeLog
gcc/common.opt

index f4424c6..05aa9ed 100644 (file)
@@ -1,5 +1,10 @@
 2020-05-11  Martin Liska  <mliska@suse.cz>
 
+       PR c/95040
+       * common.opt: Fix typo in option description.
+
+2020-05-11  Martin Liska  <mliska@suse.cz>
+
        PR gcov-profile/94928
        * gcov-io.h: Add caveat about coverage format parsing and
        possible outdated documentation.
index 30d0573..4464049 100644 (file)
@@ -2215,7 +2215,7 @@ Enum(profile_update) String(prefer-atomic) Value(PROFILE_UPDATE_PREFER_ATOMIC)
 
 fprofile-prefix-path=
 Common Joined RejectNegative Var(profile_prefix_path)
-Remove prefix from absolute path before manging name for -fprofile-generate= and -fprofile-use=.
+Remove prefix from absolute path before mangling name for -fprofile-generate= and -fprofile-use=.
 
 fprofile-generate
 Common