Fix typo.
authorNick Lewycky <nicholas@mxc.ca>
Mon, 25 Jul 2011 21:12:44 +0000 (21:12 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Mon, 25 Jul 2011 21:12:44 +0000 (21:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135971 91177308-0d34-0410-b5e6-96231b3b80d8

tools/lto/LTOCodeGenerator.cpp

index 188aca7977607f1ab02b54521d4d5f950979e9fc..1a8257ec64236668d2e2048dff933412318c5bce 100644 (file)
@@ -263,7 +263,7 @@ bool LTOCodeGenerator::determineTarget(std::string& errMsg)
             break;
         }
 
-        // construct LTModule, hand over ownership of module and target
+        // construct LTOModule, hand over ownership of module and target
         SubtargetFeatures Features;
         Features.getDefaultSubtargetFeatures(llvm::Triple(Triple));
         std::string FeatureStr = Features.getString();