mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-27 04:32:15 +01:00
gutils: Fix a typo in a documentation comment
‘threadsafety’ isn’t a word. Signed-off-by: Philip Withnall <withnall@endlessm.com> https://gitlab.gnome.org/GNOME/glib/issues/538
This commit is contained in:
parent
e6eb4869ba
commit
00b50d28f9
@ -1696,7 +1696,7 @@ load_user_special_dirs (void)
|
||||
* that the latest on-disk version is used. Call this only
|
||||
* if you just changed the data on disk yourself.
|
||||
*
|
||||
* Due to threadsafety issues this may cause leaking of strings
|
||||
* Due to thread safety issues this may cause leaking of strings
|
||||
* that were previously returned from g_get_user_special_dir()
|
||||
* that can't be freed. We ensure to only leak the data for
|
||||
* the directories that actually changed value though.
|
||||
|
Loading…
x
Reference in New Issue
Block a user