mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-30 00:52:16 +08:00
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:
@ -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
|
||||||
|
Reference in New Issue
Block a user