Skip to content

Commit 779e727

Browse files
committed
Fix wording in comments and help
1 parent 0f6515f commit 779e727

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lldb/include/lldb/Core/PluginManager.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ struct RegisteredPluginInfo {
6262
// and ObjectFile plugins.
6363
//
6464
// The namespace name is used a prefix when matching plugin names. For example,
65-
// if we have an "elf" plugin in the "object-file" namespace then we will
66-
// match a plugin name pattern against the "object-file.elf" name.
65+
// if we have an "macosx" plugin in the "system-runtime" namespace then we will
66+
// match a plugin name pattern against the "system-runtime.macosx" name.
6767
//
6868
// The plugin namespace here is used so we can operate on all the plugins
6969
// of a given type so it is easy to enable or disable them as a group.

lldb/source/Commands/CommandObjectPlugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ class CommandObjectPluginList : public CommandObjectParsed {
201201
AddSimpleArgumentList(eArgTypePlugin);
202202
SetHelpLong(R"(
203203
Display information about registered plugins.
204-
The plugin information is formatted as shown below
204+
The plugin information is formatted as shown below:
205205
206206
<plugin-namespace>
207207
[+] <plugin-name> Plugin #1 description

0 commit comments

Comments
 (0)