Skip to content

Conversation

kastiglione
Copy link
Contributor

No description provided.

@llvmbot
Copy link
Member

llvmbot commented Aug 27, 2025

@llvm/pr-subscribers-lldb

Author: Dave Lee (kastiglione)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/155637.diff

1 Files Affected:

  • (modified) lldb/source/Commands/Options.td (+1-1)
diff --git a/lldb/source/Commands/Options.td b/lldb/source/Commands/Options.td
index 2aa0b10ac34e5..7bdd6cfcfcc92 100644
--- a/lldb/source/Commands/Options.td
+++ b/lldb/source/Commands/Options.td
@@ -84,7 +84,7 @@ let Command = "breakpoint modify" in {
     Desc<"Set the number of times this breakpoint is skipped before stopping.">;
   def breakpoint_modify_one_shot : Option<"one-shot", "o">, Group<1>,
     Arg<"Boolean">,
-    Desc<"The breakpoint is deleted the first time it stop causes a stop.">;
+    Desc<"The breakpoint is deleted the first time it causes a stop.">;
   def breakpoint_modify_thread_index : Option<"thread-index", "x">, Group<1>,
     Arg<"ThreadIndex">, Desc<"The breakpoint stops only for the thread whose "
     "index matches this argument.">;

@kastiglione kastiglione merged commit 90d429c into llvm:main Aug 27, 2025
11 checks passed
@kastiglione kastiglione deleted the lldb-Fix-a-typo-in-one-shot-description-NFC branch August 27, 2025 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants