aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectWatchpointCommand.cpp
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-04-01 23:57:16 -0400
committerEd Maste <emaste@FreeBSD.org>2020-04-02 00:12:24 -0400
commitaf1b7d06d9e45c7e20540aa3bf81f1be5befaa0f (patch)
tree08bbfbff5c9988f0c84ec5064fd0bd50d0ccfbb6 /lldb/source/Commands/CommandObjectWatchpointCommand.cpp
parent2ede5dccffa5f62d3f13eca603bc3ad0e73b7514 (diff)
downloadllvm-af1b7d06d9e45c7e20540aa3bf81f1be5befaa0f.zip
llvm-af1b7d06d9e45c7e20540aa3bf81f1be5befaa0f.tar.gz
llvm-af1b7d06d9e45c7e20540aa3bf81f1be5befaa0f.tar.bz2
Correct copy-pasteo in lua script language description
Diffstat (limited to 'lldb/source/Commands/CommandObjectWatchpointCommand.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectWatchpointCommand.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectWatchpointCommand.cpp b/lldb/source/Commands/CommandObjectWatchpointCommand.cpp
index d86f4a3..11bf88d 100644
--- a/lldb/source/Commands/CommandObjectWatchpointCommand.cpp
+++ b/lldb/source/Commands/CommandObjectWatchpointCommand.cpp
@@ -39,7 +39,7 @@ static constexpr OptionEnumValueElement g_script_option_enumeration[] = {
{
eScriptLanguageLua,
"lua",
- "Commands are in the Python language.",
+ "Commands are in the Lua language.",
},
{
eSortOrderByName,