docs: Fix typo in documentation for G_PRIVATE_INIT

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2017-10-26 13:55:26 +01:00
parent 7339a09376
commit 3d35379382

View File

@ -944,7 +944,7 @@ g_cond_wait_until (GCond *cond,
* A macro to assist with the static initialisation of a #GPrivate.
*
* This macro is useful for the case that a #GDestroyNotify function
* should be associated the key. This is needed when the key will be
* should be associated with the key. This is needed when the key will be
* used to point at memory that should be deallocated when the thread
* exits.
*