[binutils-gdb] Add missing quote to a comment
Tom Tromey via Gdb-cvs <[email protected]>
| Newsgroups | gmane.comp.gdb.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c7c8e5bf414b7512fb19df8bf153372d56cb7fc1 commit c7c8e5bf414b7512fb19df8bf153372d56cb7fc1 Author: Tom Tromey <[email protected]> Date: Wed Apr 22 12:30:34 2026 -0600 Add missing quote to a comment I noticed that one particular comment was missing the closing double quote around the word "auto". Diff: --- gdb/command.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */