GDB: Correct inline documentation for `add_setshow_cmd_full_erased'

Use proper English in the description of SET_LIST and SHOW_LIST.
This commit is contained in:
Maciej W. Rozycki
2023-01-18 23:23:00 +00:00
parent a58c879377
commit 3cfe8022bd

View File

@ -524,7 +524,7 @@ add_set_or_show_cmd (const char *name,
return c; return c;
} }
/* Add element named NAME to both the command SET_LIST and SHOW_LIST. /* Add element named NAME to both command lists SET_LIST and SHOW_LIST.
THECLASS is as in add_cmd. VAR_TYPE is the kind of thing we are THECLASS is as in add_cmd. VAR_TYPE is the kind of thing we are
setting. VAR is address of the variable being controlled by this setting. VAR is address of the variable being controlled by this
command. If nullptr is given as VAR, then both SET_SETTING_FUNC and command. If nullptr is given as VAR, then both SET_SETTING_FUNC and