summaryrefslogtreecommitdiff
path: root/gcc/common.opt
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2020-05-11 09:34:22 +0200
committerMartin Liska <mliska@suse.cz>2020-05-11 09:34:22 +0200
commit850322dff702aa538919daf165d3dff5c8f723ca (patch)
tree19ccddc351d3fc385db97a6a49d136dad28ece87 /gcc/common.opt
parent10a9bf806cf180915c20f9971d33da8ff2d663c1 (diff)
Fix typo in fprofile-prefix-path.
PR c/95040 * common.opt: Fix typo in option description.
Diffstat (limited to 'gcc/common.opt')
-rw-r--r--gcc/common.opt2
1 files changed, 1 insertions, 1 deletions
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