summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2018-07-31 23:53:24 +0000
committerEric Christopher <echristo@gmail.com>2018-07-31 23:53:24 +0000
commit852e88ad852f9e32b971d478c99fa88a8da968d2 (patch)
treeafd27602ab124c446fb81fe543c3d109f5bd6556 /lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
parent926b7c71f3d6b6f35b28f51dd96cd7e362133b71 (diff)
downloadbcm5719-llvm-852e88ad852f9e32b971d478c99fa88a8da968d2.tar.gz
bcm5719-llvm-852e88ad852f9e32b971d478c99fa88a8da968d2.zip
Tidy up comment.
llvm-svn: 338459
Diffstat (limited to 'lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp')
-rw-r--r--lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp4
1 files changed, 2 insertions, 2 deletions
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;
OpenPOWER on IntegriCloud