]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
[gdbsupport] Fix a typo in common-debug.h
authorTom de Vries <tdevries@suse.de>
Thu, 27 Mar 2025 13:20:04 +0000 (14:20 +0100)
committerTom de Vries <tdevries@suse.de>
Thu, 27 Mar 2025 13:20:04 +0000 (14:20 +0100)
Fix a typo:
...
$ codespell --config gdbsupport/setup.cfg gdbsupport/common-debug.h
gdbsupport/common-debug.h:109: re-used ==> reused
...

gdbsupport/common-debug.h

index 6c793dc33d4ca944dcb6bd3d4b052a0577d2d7ae..f7c8d8190af4eb9f276000a36b69d7bf1cfaa46b 100644 (file)
@@ -106,7 +106,7 @@ struct scoped_debug_start_end
 
      If the FMT format string is non-nullptr, then a `: ` is appended to the
      messages, followed by the rendering of that format string with ARGS.
-     The format string is rendered during construction and is re-used as is
+     The format string is rendered during construction and is reused as is
      for the message on exit.  */
 
   scoped_debug_start_end (PT &debug_enabled, const char *module,