aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2010-03-24 09:05:14 +0000
committerDuncan Sands <baldrick@free.fr>2010-03-24 09:05:14 +0000
commit8ea37e8776fc3ddb7deecdb92dc32684ed76bd51 (patch)
treefb416105c46e7923ed7466bdc770b3b239a3939a /lib
parent0df7c5cb1aa5e78af335c36ba830a2401c2eaec3 (diff)
downloadexternal_llvm-8ea37e8776fc3ddb7deecdb92dc32684ed76bd51.zip
external_llvm-8ea37e8776fc3ddb7deecdb92dc32684ed76bd51.tar.gz
external_llvm-8ea37e8776fc3ddb7deecdb92dc32684ed76bd51.tar.bz2
Fix comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99392 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Support/Triple.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/Triple.cpp b/lib/Support/Triple.cpp
index 61bf0a7..9796ca5 100644
--- a/lib/Support/Triple.cpp
+++ b/lib/Support/Triple.cpp
@@ -189,7 +189,7 @@ Triple::ArchType Triple::getArchTypeForDarwinArchName(StringRef Str) {
return Triple::UnknownArch;
}
-// Returns architecture name that is unsderstood by the target assembler.
+// Returns architecture name that is understood by the target assembler.
const char *Triple::getArchNameForAssembler() {
if (getOS() != Triple::Darwin && getVendor() != Triple::Apple)
return NULL;