[gdbsupport] Fix a typo in common-debug.h

Fix a typo:
...
$ codespell --config gdbsupport/setup.cfg gdbsupport/common-debug.h
gdbsupport/common-debug.h:109: re-used ==> reused
...
This commit is contained in:
Tom de Vries
2025-03-27 14:20:04 +01:00
parent 9882e2bca7
commit c63274831c

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