mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 20:29:53 +00:00
Fix comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99392 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
207e06ea04
commit
bbdca3f68e
@ -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