[Lldb-commits] [lldb] r333364 - NFC: Fix some comment typos.
Bob Wilson via lldb-commits
lldb-commits at lists.llvm.org
Sun May 27 21:22:07 PDT 2018
Author: bwilson
Date: Sun May 27 21:22:07 2018
New Revision: 333364
URL: http://llvm.org/viewvc/llvm-project?rev=333364&view=rev
Log:
NFC: Fix some comment typos.
Modified:
lldb/trunk/packages/Python/lldbsuite/test/test_runner/process_control.py
lldb/trunk/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.cpp
lldb/trunk/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.cpp
lldb/trunk/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp
Modified: lldb/trunk/packages/Python/lldbsuite/test/test_runner/process_control.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/test_runner/process_control.py?rev=333364&r1=333363&r2=333364&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/test_runner/process_control.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/test_runner/process_control.py Sun May 27 21:22:07 2018
@@ -9,7 +9,7 @@ within the LLDB test suite.
This module provides process-management support for the LLDB test
-running infrasructure.
+running infrastructure.
"""
# System imports
Modified: lldb/trunk/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.cpp?rev=333364&r1=333363&r2=333364&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.cpp (original)
+++ lldb/trunk/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.cpp Sun May 27 21:22:07 2018
@@ -98,7 +98,7 @@ PlatformSP PlatformRemoteAppleTV::Create
break;
#if defined(__APPLE__)
- // Only accept "unknown" for the vendor if the host is Apple and it
+ // Only accept "unknown" for the vendor if the host is Apple and
// "unknown" wasn't specified (it was just returned because it was NOT
// specified)
case llvm::Triple::UnknownArch:
Modified: lldb/trunk/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.cpp?rev=333364&r1=333363&r2=333364&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.cpp (original)
+++ lldb/trunk/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.cpp Sun May 27 21:22:07 2018
@@ -93,7 +93,7 @@ PlatformSP PlatformRemoteAppleWatch::Cre
break;
#if defined(__APPLE__)
- // Only accept "unknown" for the vendor if the host is Apple and it
+ // Only accept "unknown" for the vendor if the host is Apple and
// "unknown" wasn't specified (it was just returned because it was NOT
// specified)
case llvm::Triple::UnknownArch:
Modified: lldb/trunk/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp?rev=333364&r1=333363&r2=333364&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp (original)
+++ lldb/trunk/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp Sun May 27 21:22:07 2018
@@ -88,7 +88,7 @@ PlatformSP PlatformRemoteiOS::CreateInst
break;
#if defined(__APPLE__)
- // Only accept "unknown" for the vendor if the host is Apple and it
+ // Only accept "unknown" for the vendor if the host is Apple and
// "unknown" wasn't specified (it was just returned because it was NOT
// specified)
case llvm::Triple::UnknownArch:
More information about the lldb-commits
mailing list