summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2011-04-21 01:54:08 +0000
committerNick Lewycky <nicholas@mxc.ca>2011-04-21 01:54:08 +0000
commit333ed454d0c20d0f4999f7c9a404688b254a0cb0 (patch)
tree8d07cad715ce0b2ecd51c61246b563aa7df94fc8 /tools
parent074eeaae30f12dc2077641e1d12ae2011f0e4f42 (diff)
downloadllvm-333ed454d0c20d0f4999f7c9a404688b254a0cb0.tar.gz
llvm-333ed454d0c20d0f4999f7c9a404688b254a0cb0.tar.bz2
llvm-333ed454d0c20d0f4999f7c9a404688b254a0cb0.tar.xz
Fix typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129902 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/lto/LTOModule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lto/LTOModule.cpp b/tools/lto/LTOModule.cpp
index 78e6f283e0..04a7472d66 100644
--- a/tools/lto/LTOModule.cpp
+++ b/tools/lto/LTOModule.cpp
@@ -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();