[binutils-gdb] gdb: fix parenthesis position in comment

Simon Marchi simark@sourceware.org
Fri Feb 24 17:32:11 GMT 2023


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;


More information about the Gdb-cvs mailing list