From 0515ccc0c48b919dae03edc391304e66cdb75d66 Mon Sep 17 00:00:00 2001 From: Haojian Wu Date: Mon, 13 Nov 2023 10:12:55 +0100 Subject: [PATCH] [lldb] Fix a typo in the comment, NFC --- .../generic/coroutine_handle/TestCoroutineHandle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/coroutine_handle/TestCoroutineHandle.py b/lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/coroutine_handle/TestCoroutineHandle.py index 42ee32f9ccca58d..2dbbf969dfcdae2 100644 --- a/lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/coroutine_handle/TestCoroutineHandle.py +++ b/lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/coroutine_handle/TestCoroutineHandle.py @@ -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=[