Fix typo in fprofile-prefix-path.

PR c/95040
	* common.opt: Fix typo in option description.
This commit is contained in:
Martin Liska 2020-05-11 09:34:22 +02:00
parent 10a9bf806c
commit 850322dff7
No known key found for this signature in database
GPG Key ID: 4DC182DC0FA73785
2 changed files with 6 additions and 1 deletions

View 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

View 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