[gcc(refs/vendors/ARM/heads/arm-struct-reorg-wip)] Fix typo in fprofile-prefix-path.
Tamar Christina
tnfchris@gcc.gnu.org
Fri Jul 17 14:59:34 GMT 2020
https://gcc.gnu.org/g:340c711bc0835346000d7863155fbf82af42828e
commit 340c711bc0835346000d7863155fbf82af42828e
Author: Martin Liska <mliska@suse.cz>
Date: Mon May 11 09:35:16 2020 +0200
Fix typo in fprofile-prefix-path.
Backport from mainline
2020-05-11 Martin Liska <mliska@suse.cz>
PR c/95040
* common.opt: Fix typo in option description.
Diff:
---
gcc/ChangeLog | 8 ++++++++
gcc/common.opt | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 676a707b4a5..9c546133700 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,11 @@
+2020-05-11 Martin Liska <mliska@suse.cz>
+
+ Backport from mainline
+ 2020-05-11 Martin Liska <mliska@suse.cz>
+
+ PR c/95040
+ * common.opt: Fix typo in option description.
+
2020-05-08 Jakub Jelinek <jakub@redhat.com>
PR middle-end/94724
diff --git a/gcc/common.opt b/gcc/common.opt
index d33383b523c..65a82410abc 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -2210,7 +2210,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
More information about the Gcc-cvs
mailing list