[Lldb-commits] [lldb] r125162 - /lldb/trunk/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp

Greg Clayton gclayton at apple.com
Tue Feb 8 19:12:10 PST 2011


Author: gclayton
Date: Tue Feb  8 21:12:09 2011
New Revision: 125162

URL: http://llvm.org/viewvc/llvm-project?rev=125162&view=rev
Log:
Fix comment text.


Modified:
    lldb/trunk/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp

Modified: lldb/trunk/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp?rev=125162&r1=125161&r2=125162&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp (original)
+++ lldb/trunk/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp Tue Feb  8 21:12:09 2011
@@ -655,7 +655,7 @@
         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





More information about the lldb-commits mailing list