diff options
Diffstat (limited to 'gdbsupport/common-debug.h')
-rw-r--r-- | gdbsupport/common-debug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdbsupport/common-debug.h b/gdbsupport/common-debug.h index 6c793dc..547ea47 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, @@ -215,7 +215,7 @@ private: bool m_disabled = false; }; -/* Implementation of is_debug_enabled when PT is an invokable type. */ +/* Implementation of is_debug_enabled when PT is an invocable type. */ template<typename PT> inline bool |