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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to