gdb: fix parenthesis position in comment
authorSimon Marchi <simon.marchi@polymtl.ca>
Fri, 24 Feb 2023 17:31:39 +0000 (12:31 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Fri, 24 Feb 2023 17:31:39 +0000 (12:31 -0500)
Change-Id: I535b597ab4482378910570d8dd69c090419941eb

gdb/value.c

index 9d5e694e574664faba443c0fbe5556a0958f9ff8..10a7ce033fdaf9adb217059c35d3dd28649e80aa 100644 (file)
@@ -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;