diff options
author | Johnny Chen <johnny.chen@apple.com> | 2012-02-29 21:51:13 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2012-02-29 21:51:13 +0000 |
commit | bc34a59d8f8df7f8b71ed37b5d5b88c825bc5503 (patch) | |
tree | 8b80acec37ce0005295d2aeb1ec9184e13978867 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp | |
parent | 43bb61ea294a8d094a6da7ff9c1f461deace216c (diff) | |
download | llvm-bc34a59d8f8df7f8b71ed37b5d5b88c825bc5503.zip llvm-bc34a59d8f8df7f8b71ed37b5d5b88c825bc5503.tar.gz llvm-bc34a59d8f8df7f8b71ed37b5d5b88c825bc5503.tar.bz2 |
Fix a typo in comment.
llvm-svn: 151759
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp')
-rw-r--r-- | lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp index 5699c77..8d930ec 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp @@ -667,7 +667,7 @@ GDBRemoteDynamicRegisterInfo::HardcodeARMRegisters() // 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; |