https://github.com/hawkinsw created https://github.com/llvm/llvm-project/pull/217493
Correct typo in spelling of evaluator. >From a493142e1e68dbb19d46d6b6c409829e4edbe6a6 Mon Sep 17 00:00:00 2001 From: Will Hawkins <[email protected]> Date: Wed, 19 Aug 2026 19:48:14 -0400 Subject: [PATCH] [lldb][NFC] Fix Minor Typo In DIL Test Description Correct typo in spelling of evaluator. Signed-off-by: Will Hawkins <[email protected]> --- .../commands/frame/var-dil/expr/Casts/TestFrameVarDILCast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/API/commands/frame/var-dil/expr/Casts/TestFrameVarDILCast.py b/lldb/test/API/commands/frame/var-dil/expr/Casts/TestFrameVarDILCast.py index 567981cd670e9..56d3dc973b17e 100644 --- a/lldb/test/API/commands/frame/var-dil/expr/Casts/TestFrameVarDILCast.py +++ b/lldb/test/API/commands/frame/var-dil/expr/Casts/TestFrameVarDILCast.py @@ -1,5 +1,5 @@ """ -Make sure 'frame var' using DIL parser/evaultor works for C-Style casts. +Make sure 'frame var' using DIL parser/evaluator works for C-Style casts. """ import lldb _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
