From 340c711bc0835346000d7863155fbf82af42828e Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Mon, 11 May 2020 09:35:16 +0200 Subject: [PATCH] Fix typo in fprofile-prefix-path. Backport from mainline 2020-05-11 Martin Liska PR c/95040 * common.opt: Fix typo in option description. --- gcc/ChangeLog | 8 ++++++++ gcc/common.opt | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 676a707b4a54..9c5461337008 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2020-05-11 Martin Liska + + Backport from mainline + 2020-05-11 Martin Liska + + PR c/95040 + * common.opt: Fix typo in option description. + 2020-05-08 Jakub Jelinek PR middle-end/94724 diff --git a/gcc/common.opt b/gcc/common.opt index d33383b523cf..65a82410abc8 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 -- 2.47.2