summaryrefslogtreecommitdiff
path: root/lldb/tools/lldb-vscode/LLDBUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/tools/lldb-vscode/LLDBUtils.h')
-rw-r--r--lldb/tools/lldb-vscode/LLDBUtils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/tools/lldb-vscode/LLDBUtils.h b/lldb/tools/lldb-vscode/LLDBUtils.h
index bf89021d3f9..f5ff2c97561 100644
--- a/lldb/tools/lldb-vscode/LLDBUtils.h
+++ b/lldb/tools/lldb-vscode/LLDBUtils.h
@@ -27,7 +27,7 @@ namespace lldb_vscode {
///
/// @param[in] prefix
/// A string that will be printed into \a strm prior to emitting
-/// the prmopt + command and command output. Can be NULL.
+/// the prompt + command and command output. Can be NULL.
///
/// @param[in] commands
/// An array of LLDB commands to execute.
@@ -48,7 +48,7 @@ void RunLLDBCommands(llvm::StringRef prefix,
///
/// @param[in] prefix
/// A string that will be printed into \a strm prior to emitting
-/// the prmopt + command and command output. Can be NULL.
+/// the prompt + command and command output. Can be NULL.
///
/// @param[in] commands
/// An array of LLDB commands to execute.