[x86] NFC: Fix typo in command line option description
authorJean-Michel Gorius <jean-michel.gorius@orange.fr>
Thu, 21 May 2020 14:51:32 +0000 (16:51 +0200)
committerJean-Michel Gorius <jean-michel.gorius@orange.fr>
Thu, 21 May 2020 14:53:25 +0000 (16:53 +0200)
llvm/lib/Target/X86/X86DiscriminateMemOps.cpp

index 7051550..2ff8ee1 100644 (file)
@@ -29,7 +29,7 @@ using namespace llvm;
 static cl::opt<bool> 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);