[Lldb-commits] [lldb] be5b4fa - Update InterpreterProperties.td (#140746)

via lldb-commits lldb-commits at lists.llvm.org
Tue May 20 12:56:02 PDT 2025


Author: Anthony Cabrera-Lara
Date: 2025-05-20T12:55:59-07:00
New Revision: be5b4fad2921dc28a0b9af8106177aa4c4862ce0

URL: https://github.com/llvm/llvm-project/commit/be5b4fad2921dc28a0b9af8106177aa4c4862ce0
DIFF: https://github.com/llvm/llvm-project/commit/be5b4fad2921dc28a0b9af8106177aa4c4862ce0.diff

LOG: Update InterpreterProperties.td (#140746)

Fix typo in interpreter property description.

Fixes #140708

Added: 
    

Modified: 
    lldb/source/Interpreter/InterpreterProperties.td

Removed: 
    


################################################################################
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,


        


More information about the lldb-commits mailing list