From 71797f1221a95b2c8822e0137c301d31805d4964 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Fri, 24 Feb 2023 12:31:39 -0500 Subject: [PATCH] gdb: fix parenthesis position in comment 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 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; -- 2.30.2