[Lldb-commits] [lldb] Update InterpreterProperties.td (PR #140746)
via lldb-commits
lldb-commits at lists.llvm.org
Tue May 20 08:09:00 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: Anthony Cabrera-Lara (anthonycabreralara)
<details>
<summary>Changes</summary>
Fix typo in interpreter property description
---
Full diff: https://github.com/llvm/llvm-project/pull/140746.diff
1 Files Affected:
- (modified) lldb/source/Interpreter/InterpreterProperties.td (+1-1)
``````````diff
diff --git a/lldb/source/Interpreter/InterpreterProperties.td b/lldb/source/Interpreter/InterpreterProperties.td
index 834f7be17480c..ffb87ea5e045d 100644
--- a/lldb/source/Interpreter/InterpreterProperties.td
+++ b/lldb/source/Interpreter/InterpreterProperties.td
@@ -31,7 +31,7 @@ let Definition = "interpreter" in {
def SpaceReplPrompts: Property<"space-repl-prompts", "Boolean">,
Global,
DefaultFalse,
- Desc<"If true, blank lines will be printed between between REPL submissions.">;
+ Desc<"If true, blank lines will be printed between REPL submissions.">;
def EchoCommands: Property<"echo-commands", "Boolean">,
Global,
DefaultTrue,
``````````
</details>
https://github.com/llvm/llvm-project/pull/140746
More information about the lldb-commits
mailing list