mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 13:50:11 +00:00
[lldb] Fix a typo in the comment, NFC
This commit is contained in:
parent
e734bc53de
commit
0515ccc0c4
@ -83,7 +83,7 @@ class TestCoroutineHandle(TestBase):
|
||||
lldbutil.continue_to_source_breakpoint(
|
||||
self, process, "// Break after co_yield", lldb.SBFileSpec("main.cpp", False)
|
||||
)
|
||||
# We correctly show the updated value inside `prommise.current_value`.
|
||||
# We correctly show the updated value inside `promise.current_value`.
|
||||
self.expect_expr(
|
||||
"gen.hdl",
|
||||
result_children=[
|
||||
|
Loading…
Reference in New Issue
Block a user