mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 23:23:09 +00:00
[gdb/contrib] Drop two words from codespell-ignore-words.txt
Tom Tromey mentioned [1] that the words "invokable" and "useable" present in codespell-ignore-words.txt should be dropped. Do so and fix the following typos: ... $ codespell --config gdbsupport/setup.cfg gdbsupport gdbsupport/common-debug.h:218: invokable ==> invocable gdbsupport/event-loop.cc:84: useable ==> usable ... Approved-By: Tom Tromey <tom@tromey.com> [1] https://sourceware.org/pipermail/gdb-patches/2025-March/216584.html
This commit is contained in:
@@ -1,4 +1,2 @@
|
|||||||
configury
|
configury
|
||||||
invokable
|
|
||||||
useable
|
|
||||||
SME
|
SME
|
||||||
|
|||||||
@@ -215,7 +215,7 @@ private:
|
|||||||
bool m_disabled = false;
|
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>
|
template<typename PT>
|
||||||
inline bool
|
inline bool
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ struct file_handler
|
|||||||
|
|
||||||
#ifdef HAVE_POLL
|
#ifdef HAVE_POLL
|
||||||
/* Do we use poll or select? Some systems have poll, but then it's
|
/* Do we use poll or select? Some systems have poll, but then it's
|
||||||
not useable with all kinds of files. We probe that whenever a new
|
not usable with all kinds of files. We probe that whenever a new
|
||||||
file handler is added. */
|
file handler is added. */
|
||||||
static bool use_poll = true;
|
static bool use_poll = true;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user