[Lldb-commits] [lldb] r151759 - /lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
Johnny Chen
johnny.chen at apple.com
Wed Feb 29 13:51:14 PST 2012
Author: johnny
Date: Wed Feb 29 15:51:13 2012
New Revision: 151759
URL: http://llvm.org/viewvc/llvm-project?rev=151759&view=rev
Log:
Fix a typo in comment.
Modified:
lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
Modified: lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp?rev=151759&r1=151758&r2=151759&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp (original)
+++ lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp Wed Feb 29 15:51:13 2012
@@ -667,7 +667,7 @@
// Note that the layout of the "composite" registers (d0-d15 and q0-q15) which comes after the
// "primordial" registers is important. This enables us to calculate the offset of the composite
// register by using the offset of its first primordial register. For example, to calculate the
- // offset of q0, use the d16->offset.
+ // offset of q0, use s0's offset.
if (g_register_infos[2].byte_offset == 0)
{
uint32_t byte_offset = 0;
More information about the lldb-commits
mailing list