[Lldb-commits] [lldb] r171900 - /lldb/trunk/source/Plugins/Process/Utility/RegisterContextMemory.h
Greg Clayton
gclayton at apple.com
Tue Jan 8 13:54:15 PST 2013
Author: gclayton
Date: Tue Jan 8 15:54:15 2013
New Revision: 171900
URL: http://llvm.org/viewvc/llvm-project?rev=171900&view=rev
Log:
Fixed comment typo.
Modified:
lldb/trunk/source/Plugins/Process/Utility/RegisterContextMemory.h
Modified: lldb/trunk/source/Plugins/Process/Utility/RegisterContextMemory.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/Utility/RegisterContextMemory.h?rev=171900&r1=171899&r2=171900&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/Utility/RegisterContextMemory.h (original)
+++ lldb/trunk/source/Plugins/Process/Utility/RegisterContextMemory.h Tue Jan 8 15:54:15 2013
@@ -60,7 +60,7 @@
//------------------------------------------------------------------
// If all of the thread register are in a contiguous buffer in
- // memory, then the default ReadRegister/WriteRegiter and
+ // memory, then the default ReadRegister/WriteRegister and
// ReadAllRegisterValues/WriteAllRegisterValues will work. If thread
// registers are not contiguous, clients will want to subclass this
// class and modify the read/write functions as needed.
More information about the lldb-commits
mailing list