From 3cfe8022bd570e2208da8e12f2274c3b13aeb0f1 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Wed, 18 Jan 2023 23:23:00 +0000 Subject: GDB: Correct inline documentation for `add_setshow_cmd_full_erased' Use proper English in the description of SET_LIST and SHOW_LIST. --- gdb/cli/cli-decode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/cli') diff --git a/gdb/cli/cli-decode.c b/gdb/cli/cli-decode.c index 359ed48..c8a3b2e 100644 --- a/gdb/cli/cli-decode.c +++ b/gdb/cli/cli-decode.c @@ -524,7 +524,7 @@ add_set_or_show_cmd (const char *name, 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 setting. VAR is address of the variable being controlled by this command. If nullptr is given as VAR, then both SET_SETTING_FUNC and -- cgit v1.1