diff options
author | Eric Christopher <echristo@gmail.com> | 2018-07-31 23:53:24 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2018-07-31 23:53:24 +0000 |
commit | 852e88ad852f9e32b971d478c99fa88a8da968d2 (patch) | |
tree | afd27602ab124c446fb81fe543c3d109f5bd6556 /lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp | |
parent | 926b7c71f3d6b6f35b28f51dd96cd7e362133b71 (diff) | |
download | bcm5719-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.cpp | 4 |
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; |