public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] 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-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=71797f1221a95b2c8822e0137c301d31805d4964

commit 71797f1221a95b2c8822e0137c301d31805d4964
Author: Simon Marchi <simon.marchi@polymtl.ca>
Date:   Fri Feb 24 12:31:39 2023 -0500

    gdb: fix parenthesis position in comment
    
    Change-Id: I535b597ab4482378910570d8dd69c090419941eb

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

diff --git a/gdb/value.c b/gdb/value.c
index 9d5e694e574..10a7ce033fd 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;

^ 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 [binutils-gdb] 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).