From: Tom de Vries Date: Thu, 27 Mar 2025 13:20:04 +0000 (+0100) Subject: [gdbsupport] Fix a typo in common-debug.h X-Git-Tag: binutils-2_45~1045 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c63274831c370ef62ea0753c87cdb0c35b4b1969;p=thirdparty%2Fbinutils-gdb.git [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 ... --- diff --git a/gdbsupport/common-debug.h b/gdbsupport/common-debug.h index 6c793dc33d4..f7c8d8190af 100644 --- a/gdbsupport/common-debug.h +++ b/gdbsupport/common-debug.h @@ -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,