diff options
| -rw-r--r-- | lldb/source/Plugins/Process/Utility/RegisterContextMemory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextMemory.h b/lldb/source/Plugins/Process/Utility/RegisterContextMemory.h index 5dd7462e431..062f27aa9b4 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextMemory.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextMemory.h @@ -60,7 +60,7 @@ public: //------------------------------------------------------------------ // 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. |

