summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2011-02-09 03:12:09 +0000
committerGreg Clayton <gclayton@apple.com>2011-02-09 03:12:09 +0000
commit9f5abd8e44b9678a11f4b8085c9072a11d93e88c (patch)
treee261a8672cd39142cc5e03d2e95879341d74bb3d /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
parent0d0c12ab61ffab8e1e898d3fec397d110dc138ab (diff)
downloadbcm5719-llvm-9f5abd8e44b9678a11f4b8085c9072a11d93e88c.tar.gz
bcm5719-llvm-9f5abd8e44b9678a11f4b8085c9072a11d93e88c.zip
Fix comment text.
llvm-svn: 125162
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
index dd8de004ee3..1c9b6ff5009 100644
--- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
+++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
@@ -655,7 +655,7 @@ ProcessGDBRemote::DidLaunchOrAttach ()
ArchSpec target_arch (GetTarget().GetArchitecture());
ArchSpec gdb_remote_arch (m_gdb_comm.GetHostArchitecture());
- // If the remote host is ARM and we are on have apple as the vendor, then
+ // If the remote host is ARM and we have apple as the vendor, then
// ARM executables and shared libraries can have mixed ARM architectures.
// You can have an armv6 executable, and if the host is armv7, then the
// system will load the best possible architecture for all shared libraries
OpenPOWER on IntegriCloud