From 439c8b2884a098bdbf5313b1a56db90b19e988c7 Mon Sep 17 00:00:00 2001 From: Jean-Michel Gorius Date: Thu, 21 May 2020 16:51:32 +0200 Subject: [PATCH] [x86] NFC: Fix typo in command line option description --- llvm/lib/Target/X86/X86DiscriminateMemOps.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Target/X86/X86DiscriminateMemOps.cpp b/llvm/lib/Target/X86/X86DiscriminateMemOps.cpp index 7051550..2ff8ee1 100644 --- a/llvm/lib/Target/X86/X86DiscriminateMemOps.cpp +++ b/llvm/lib/Target/X86/X86DiscriminateMemOps.cpp @@ -29,7 +29,7 @@ using namespace llvm; static cl::opt EnableDiscriminateMemops( DEBUG_TYPE, cl::init(false), cl::desc("Generate unique debug info for each instruction with a memory " - "operand. Should be enabled for profile-drived cache prefetching, " + "operand. Should be enabled for profile-driven cache prefetching, " "both in the build of the binary being profiled, as well as in " "the build of the binary consuming the profile."), cl::Hidden); -- 2.7.4