Hi.

I'm going to install the typo fix to both master and gcc-10 branch.

Martin

gcc/ChangeLog:

2020-05-11  Martin Liska  <mli...@suse.cz>

        PR c/95040
        * common.opt: Fix typo in option description.
---
 gcc/common.opt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


diff --git a/gcc/common.opt b/gcc/common.opt
index 30d05734d16..4464049fc1f 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -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

Reply via email to