Skip to content

Commit 0a0aae5

Browse files
ashgtiJDevlieghere
andauthored
Update lldb/tools/lldb-dap/tool/lldb-dap.cpp
Co-authored-by: Jonas Devlieghere <[email protected]>
1 parent 28467ce commit 0a0aae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/tools/lldb-dap/tool/lldb-dap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ static llvm::Error LaunchRunInTerminalTarget(llvm::opt::Arg &target_arg,
268268
// Clear the screen.
269269
llvm::outs() << ANSI_CSI_RESET_CURSOR ANSI_CSI_ERASE_VIEWPORT
270270
ANSI_CSI_ERASE_SCROLLBACK;
271-
// VSCode will reuse the same terminal for the same debug configuration
271+
// VS Code will reuse the same terminal for the same debug configuration
272272
// between runs. Clear the input buffer prior to starting the new process so
273273
// prior input is not carried forward to the new debug session.
274274
tcflush(STDIN_FILENO, TCIFLUSH);

0 commit comments

Comments
 (0)