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 f4424c604d92e2d051813714aab000fbd2734334..05aa9edc968a4aacfdb5f976a1576d3f0e2cdbb3 100644 (file)
@@ -1,3 +1,8 @@
+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
index 30d05734d167fa6bf9bae8bb4473e3d7495353f6..4464049fc1f3db7b6a937d840a3d9e894b9f3406 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