llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-lldb Author: Will Hawkins (hawkinsw) <details> <summary>Changes</summary> Correct typo in spelling of evaluator. --- Full diff: https://github.com/llvm/llvm-project/pull/217493.diff 1 Files Affected: - (modified) lldb/test/API/commands/frame/var-dil/expr/Casts/TestFrameVarDILCast.py (+1-1) ``````````diff 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 `````````` </details> https://github.com/llvm/llvm-project/pull/217493 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
