mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 04:24:43 +00:00
[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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user