Commit 0515ccc0 authored by Haojian Wu's avatar Haojian Wu
Browse files

[lldb] Fix a typo in the comment, NFC

parent e734bc53
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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=[