Skip to content

Commit 0515ccc

Browse files
committed
[lldb] Fix a typo in the comment, NFC
1 parent e734bc5 commit 0515ccc

File tree

1 file changed

+1
-1
lines changed
  • lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/coroutine_handle

1 file changed

+1
-1
lines changed

lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/coroutine_handle/TestCoroutineHandle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def do_test(self, stdlib_type):
8383
lldbutil.continue_to_source_breakpoint(
8484
self, process, "// Break after co_yield", lldb.SBFileSpec("main.cpp", False)
8585
)
86-
# We correctly show the updated value inside `prommise.current_value`.
86+
# We correctly show the updated value inside `promise.current_value`.
8787
self.expect_expr(
8888
"gen.hdl",
8989
result_children=[

0 commit comments

Comments
 (0)