From: Tom Tromey Date: Wed, 22 Apr 2026 18:30:34 +0000 (-0600) Subject: Add missing quote to a comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7c8e5bf414b7512fb19df8bf153372d56cb7fc1;p=thirdparty%2Fbinutils-gdb.git Add missing quote to a comment I noticed that one particular comment was missing the closing double quote around the word "auto". --- diff --git a/gdb/command.h b/gdb/command.h index c776bf47928..56a4e46b2f3 100644 --- a/gdb/command.h +++ b/gdb/command.h @@ -79,7 +79,7 @@ enum var_types var_boolean, /* "on" / "true" / "enable" or "off" / "false" / "disable" or - "auto. *VAR is an ``enum auto_boolean''. NOTE: In general a + "auto". *VAR is an ``enum auto_boolean''. NOTE: In general a custom show command will need to be implemented - one that for "auto" prints both the "auto" and the current auto-selected value. */