[Lldb-commits] [lldb] r338459 - Tidy up comment.
Eric Christopher via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 31 16:53:24 PDT 2018
Author: echristo
Date: Tue Jul 31 16:53:24 2018
New Revision: 338459
URL: http://llvm.org/viewvc/llvm-project?rev=338459&view=rev
Log:
Tidy up comment.
Modified:
lldb/trunk/source/Plugins/Platform/Android/PlatformAndroid.cpp
Modified: lldb/trunk/source/Plugins/Platform/Android/PlatformAndroid.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Platform/Android/PlatformAndroid.cpp?rev=338459&r1=338458&r2=338459&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Platform/Android/PlatformAndroid.cpp (original)
+++ lldb/trunk/source/Plugins/Platform/Android/PlatformAndroid.cpp Tue Jul 31 16:53:24 2018
@@ -83,9 +83,9 @@ PlatformSP PlatformAndroid::CreateInstan
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;
More information about the lldb-commits
mailing list