From 852e88ad852f9e32b971d478c99fa88a8da968d2 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 31 Jul 2018 23:53:24 +0000 Subject: Tidy up comment. llvm-svn: 338459 --- lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp') diff --git a/lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp b/lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp index 1cedcde97a9..be7b745a3a2 100644 --- a/lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp +++ b/lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp @@ -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; -- cgit v1.2.3