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:
parent
3a79d30c6c
commit
9c60cc1c87
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user