gdb: fix parenthesis position in comment

Change-Id: I535b597ab4482378910570d8dd69c090419941eb
This commit is contained in:
Simon Marchi
2023-02-24 12:31:39 -05:00
parent 2b69325792
commit 71797f1221

View 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;