mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
gdb: fix parenthesis position in comment
Change-Id: I535b597ab4482378910570d8dd69c090419941eb
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user