public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [pushed] gdb: fix parenthesis position in comment
@ 2023-02-24 17:32 Simon Marchi
  0 siblings, 0 replies; only message in thread
From: Simon Marchi @ 2023-02-24 17:32 UTC (permalink / raw)
  To: gdb-patches; +Cc: Simon Marchi

Change-Id: I535b597ab4482378910570d8dd69c090419941eb
---
 gdb/value.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/value.c b/gdb/value.c
index 9d5e694e5746..10a7ce033fda 100644
--- a/gdb/value.c
+++ b/gdb/value.c
@@ -1857,7 +1857,7 @@ struct internalvar
 };
 
 /* Use std::map, a sorted container, to make the order of iteration (and
-   therefore the output of "show convenience" stable).  */
+   therefore the output of "show convenience") stable.  */
 
 static std::map<std::string, internalvar> internalvars;
 

base-commit: 2b69325792f7aed5416aa4489dabd197e4c17254
-- 
2.39.2


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-24 17:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-24 17:32 [pushed] gdb: fix parenthesis position in comment Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).