summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/test/functionalities/register/TestRegisters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/register/TestRegisters.py b/lldb/test/functionalities/register/TestRegisters.py
index 551a16baa9b..2ac6861247b 100644
--- a/lldb/test/functionalities/register/TestRegisters.py
+++ b/lldb/test/functionalities/register/TestRegisters.py
@@ -74,7 +74,7 @@ class RegisterCommandsTestCase(TestBase):
# Test reading of rax and eax.
self.runCmd("register read rax eax")
- # No write rax with a unique bit pattern and test that eax indeed represents the lower half of rax.
+ # Now write rax with a unique bit pattern and test that eax indeed represents the lower half of rax.
self.runCmd("register write rax 0x1234567887654321")
self.expect("expr -- ($rax & 0xffffffff) == $eax",
substrs = ['true'])
OpenPOWER on IntegriCloud