[Lldb-commits] [lldb] r159466 - in /lldb/trunk/tools/debugserver/source: ChangeLog RNBRemote.cpp

Greg Clayton gclayton at apple.com
Fri Jun 29 14:58:00 PDT 2012


Author: gclayton
Date: Fri Jun 29 16:58:00 2012
New Revision: 159466

URL: http://llvm.org/viewvc/llvm-project?rev=159466&view=rev
Log:
Spelling fixes.


Modified:
    lldb/trunk/tools/debugserver/source/ChangeLog
    lldb/trunk/tools/debugserver/source/RNBRemote.cpp

Modified: lldb/trunk/tools/debugserver/source/ChangeLog
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/debugserver/source/ChangeLog?rev=159466&r1=159465&r2=159466&view=diff
==============================================================================
--- lldb/trunk/tools/debugserver/source/ChangeLog (original)
+++ lldb/trunk/tools/debugserver/source/ChangeLog Fri Jun 29 16:58:00 2012
@@ -175,7 +175,7 @@
 	(RNBRemote::GetPacket): Call RNBRemote::HandlePacket_UNIMPLEMENTED()
 	when we don't recognize a packet.
 	(RNBRemote::HandleReceivedPacket): Don't reply to packets we don't
-	recognize with unimplemented in this fucntion as that should have
+	recognize with unimplemented in this function as that should have
 	already been done for us in RNBRemote::GetPacket().
 
 2009-02-10  Greg Clayton  <gclayton at apple.com>

Modified: lldb/trunk/tools/debugserver/source/RNBRemote.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/debugserver/source/RNBRemote.cpp?rev=159466&r1=159465&r2=159466&view=diff
==============================================================================
--- lldb/trunk/tools/debugserver/source/RNBRemote.cpp (original)
+++ lldb/trunk/tools/debugserver/source/RNBRemote.cpp Fri Jun 29 16:58:00 2012
@@ -97,7 +97,7 @@
     // Step required to add new packets:
     // 1 - Add new enumeration to RNBRemote::PacketEnum
     // 2 - Create a the RNBRemote::HandlePacket_ function if a new function is needed
-    // 3 - Register the Packet definition with any needed callbacks in this fucntion
+    // 3 - Register the Packet definition with any needed callbacks in this function
     //          - If no response is needed for a command, then use NULL for the normal callback
     //          - If the packet is not supported while the target is running, use NULL for the async callback
     // 4 - If the packet is a standard packet (starts with a '$' character





More information about the lldb-commits mailing list