[lldb] Fix a typo in the comment, NFC

This commit is contained in:
Haojian Wu 2023-11-13 10:12:55 +01:00
parent e734bc53de
commit 0515ccc0c4

View File

@ -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=[