1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

Fix comment typo.

llvm-svn: 99392
This commit is contained in:
Duncan Sands 2010-03-24 09:05:14 +00:00
parent 3a79d30c6c
commit 9c60cc1c87

View File

@ -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;