From: Simon Marchi Date: Fri, 24 Feb 2023 17:31:39 +0000 (-0500) Subject: gdb: fix parenthesis position in comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=71797f1221a95b2c8822e0137c301d31805d4964;p=binutils-gdb.git gdb: fix parenthesis position in comment Change-Id: I535b597ab4482378910570d8dd69c090419941eb --- 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 internalvars;