diff options
author | Adrian McCarthy <amccarth@google.com> | 2019-06-25 23:13:16 +0000 |
---|---|---|
committer | Adrian McCarthy <amccarth@google.com> | 2019-06-25 23:13:16 +0000 |
commit | 17c18a9e8161f63beef42c7d99d63b1be6f7ed64 (patch) | |
tree | aef21f4e355b10faa247d3f3de400cb49b545662 | |
parent | 65d8d6357b81f6f69b2fe724716244287889efb7 (diff) | |
download | bcm5719-llvm-17c18a9e8161f63beef42c7d99d63b1be6f7ed64.tar.gz bcm5719-llvm-17c18a9e8161f63beef42c7d99d63b1be6f7ed64.zip |
Fix a typo in help text.
llvm-svn: 364361
-rw-r--r-- | lldb/source/Interpreter/CommandInterpreter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Interpreter/CommandInterpreter.cpp b/lldb/source/Interpreter/CommandInterpreter.cpp index b951cce8c59..8948037a630 100644 --- a/lldb/source/Interpreter/CommandInterpreter.cpp +++ b/lldb/source/Interpreter/CommandInterpreter.cpp @@ -821,7 +821,7 @@ void CommandInterpreter::LoadCommandDictionary() { *this, "_regexp-env", "Shorthand for viewing and setting environment variables.", "\n" - "_regexp-env // Show enrivonment\n" + "_regexp-env // Show environment\n" "_regexp-env <name>=<value> // Set an environment variable", 2, 0, false)); if (env_regex_cmd_up) { |