diff options
author | Philip Withnall <withnall@endlessm.com> | 2020-06-23 10:49:44 +0100 |
---|---|---|
committer | Philip Withnall <withnall@endlessm.com> | 2020-06-23 10:49:44 +0100 |
commit | a63efa429108c4a34fe6ede684c6fd8a76b2e78f (patch) | |
tree | 9684a99a5c64f40e40d69258dc51fd6f432abc49 /glib/gconstructor.h | |
parent | aa46b2405f91bd888456c0e9b0dd5164b523f81d (diff) | |
download | glib-a63efa429108c4a34fe6ede684c6fd8a76b2e78f.tar.gz |
tree: Fix various ableist language
In almost all cases, rewording the documentation/comments made things
more specific and a little clearer.
Signed-off-by: Philip Withnall <withnall@endlessm.com>
See: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1544#note_846645
Diffstat (limited to 'glib/gconstructor.h')
-rw-r--r-- | glib/gconstructor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gconstructor.h b/glib/gconstructor.h index 603c2dde6..9509e595f 100644 --- a/glib/gconstructor.h +++ b/glib/gconstructor.h @@ -1,6 +1,6 @@ /* If G_HAS_CONSTRUCTORS is true then the compiler support *both* constructors and - destructors, in a sane way, including e.g. on library unload. If not you're on + destructors, in a usable way, including e.g. on library unload. If not you're on your own. Some compilers need #pragma to handle this, which does not work with macros, |