[Lldb-commits] [lldb] 0515ccc - [lldb] Fix a typo in the comment, NFC
Haojian Wu via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 13 01:13:26 PST 2023
Author: Haojian Wu
Date: 2023-11-13T10:12:55+01:00
New Revision: 0515ccc0c48b919dae03edc391304e66cdb75d66
URL: https://github.com/llvm/llvm-project/commit/0515ccc0c48b919dae03edc391304e66cdb75d66
DIFF: https://github.com/llvm/llvm-project/commit/0515ccc0c48b919dae03edc391304e66cdb75d66.diff
LOG: [lldb] Fix a typo in the comment, NFC
Added:
Modified:
lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/coroutine_handle/TestCoroutineHandle.py
Removed:
################################################################################
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=[
More information about the lldb-commits
mailing list