diff options
author | Ed Maste <emaste@FreeBSD.org> | 2020-04-01 23:57:16 -0400 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2020-04-02 00:12:24 -0400 |
commit | af1b7d06d9e45c7e20540aa3bf81f1be5befaa0f (patch) | |
tree | 08bbfbff5c9988f0c84ec5064fd0bd50d0ccfbb6 /lldb/source/Commands/CommandObjectWatchpointCommand.cpp | |
parent | 2ede5dccffa5f62d3f13eca603bc3ad0e73b7514 (diff) | |
download | llvm-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.cpp | 2 |
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, |