Skip to content

Commit

Permalink
[lldb] Fix a typo in the comment, NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
hokein committed Nov 13, 2023
1 parent e734bc5 commit 0515ccc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def do_test(self, stdlib_type):
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=[
Expand Down

0 comments on commit 0515ccc

Please sign in to comment.