* [pushed] Add missing quote to a comment
@ 2026-05-08 13:57 Tom Tromey
0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2026-05-08 13:57 UTC (permalink / raw)
To: gdb-patches; +Cc: Tom Tromey
I noticed that one particular comment was missing the closing double
quote around the word "auto".
---
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. */
base-commit: e079df53007defb3ab6e4ce8f353138bc8aef86a
--
2.54.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-08 13:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-08 13:57 [pushed] Add missing quote to a comment Tom Tromey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox