[pushed] gdb: fix parenthesis position in comment

Message ID 20230224173219.223545-1-simon.marchi@polymtl.ca
State New
Headers
Series [pushed] gdb: fix parenthesis position in comment |

Commit Message

Simon Marchi Feb. 24, 2023, 5:32 p.m. UTC
  Change-Id: I535b597ab4482378910570d8dd69c090419941eb
---
 gdb/value.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: 2b69325792f7aed5416aa4489dabd197e4c17254
  

Patch

diff --git a/gdb/value.c b/gdb/value.c
index 9d5e694e5746..10a7ce033fda 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<std::string, internalvar> internalvars;