[ShrinkWrap] Fix a typo in a comment.
authorQuentin Colombet <qcolombet@apple.com>
Thu, 12 Nov 2015 18:16:27 +0000 (18:16 +0000)
committerQuentin Colombet <qcolombet@apple.com>
Thu, 12 Nov 2015 18:16:27 +0000 (18:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252918 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/ShrinkWrap.cpp

index 368f138f95930ae97389fe1d9147dcfb1a4784b3..8a797018815dd32eda95cf5a77f25f7a82a126a1 100644 (file)
@@ -466,7 +466,7 @@ bool ShrinkWrap::isShrinkWrapEnabled(const MachineFunction &MF) {
   switch (EnableShrinkWrapOpt) {
   case cl::BOU_UNSET:
     return TFI->enableShrinkWrapping(MF) &&
-      // Windows with CFI has some limitations that makes it impossible
+      // Windows with CFI has some limitations that make it impossible
       // to use shrink-wrapping.
       !MF.getTarget().getMCAsmInfo()->usesWindowsCFI();
   // If EnableShrinkWrap is set, it takes precedence on whatever the