diff options
Diffstat (limited to 'lldb/source/Plugins/Process/Utility/EmulateInstruction.h')
-rw-r--r-- | lldb/source/Plugins/Process/Utility/EmulateInstruction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Utility/EmulateInstruction.h b/lldb/source/Plugins/Process/Utility/EmulateInstruction.h index 07e4723fb4c..30cf5f4372f 100644 --- a/lldb/source/Plugins/Process/Utility/EmulateInstruction.h +++ b/lldb/source/Plugins/Process/Utility/EmulateInstruction.h @@ -101,7 +101,7 @@ public: // stored eContextPushRegisterOnStack, - // Exclusively used when restoring a register to the stack as part of + // Exclusively used when restoring a register off the stack as part of // the epilogue // arg0 = register kind // arg1 = register number |