Fix typo in comment.
authorNick Lewycky <nicholas@mxc.ca>
Thu, 21 Apr 2011 01:54:08 +0000 (01:54 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 21 Apr 2011 01:54:08 +0000 (01:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129902 91177308-0d34-0410-b5e6-96231b3b80d8

tools/lto/LTOModule.cpp

index 78e6f283e0b54dd7aaca626e0844f004d8ed62e4..04a7472d66115fefc50b69cc1dacdde6d6a65d83 100644 (file)
@@ -155,7 +155,7 @@ LTOModule *LTOModule::makeLTOModule(MemoryBuffer *buffer,
   if (!march)
     return NULL;
 
-  // construct LTModule, hand over ownership of module and target
+  // construct LTOModule, hand over ownership of module and target
   SubtargetFeatures Features;
   Features.getDefaultSubtargetFeatures("" /* cpu */, llvm::Triple(Triple));
   std::string FeatureStr = Features.getString();