Skip to content

Commit c4dfcfe

Browse files
author
git apple-llvm automerger
committed
Merge commit 'bc3f9846c3ab' from swift/release/6.2 into stable/20240723
2 parents ad0c862 + bc3f984 commit c4dfcfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Interpreter/CommandInterpreter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ void CommandInterpreter::LoadCommandDictionary() {
850850
"argument displays at most that many frames. The argument 'all' "
851851
"displays all threads. Use 'settings set frame-format' to customize "
852852
"the printing of individual frames and 'settings set thread-format' "
853-
"to customize the thread header. Frame recognizers may filter the"
853+
"to customize the thread header. Frame recognizers may filter the "
854854
"list. Use 'thread backtrace -u (--unfiltered)' to see them all.",
855855
"bt [<digit> | all]", 0, false));
856856
if (bt_regex_cmd_up) {

0 commit comments

Comments
 (0)