Tidy up comment.

llvm-svn: 338459
This commit is contained in:
Eric Christopher 2018-07-31 23:53:24 +00:00
parent 926b7c71f3
commit 852e88ad85
1 changed files with 2 additions and 2 deletions

View File

@ -83,9 +83,9 @@ PlatformSP PlatformAndroid::CreateInstance(bool force, const ArchSpec *arch) {
break;
#if defined(__ANDROID__)
// Only accept "unknown" for the vendor if the host is android and it
// Only accept "unknown" for the vendor if the host is android and if
// "unknown" wasn't specified (it was just returned because it was NOT
// specified_
// specified).
case llvm::Triple::VendorType::UnknownVendor:
create = !arch->TripleVendorWasSpecified();
break;