gthread: Fix a typo in a documentation comment

This commit is contained in:
Philip Withnall 2015-01-25 17:09:24 +00:00 committed by Matthias Clasen
parent 828a1b082d
commit 1a6d1ced2f

View File

@ -940,7 +940,7 @@ g_thread_join (GThread *thread)
/** /**
* g_thread_self: * g_thread_self:
* *
* This functions returns the #GThread corresponding to the * This function returns the #GThread corresponding to the
* current thread. Note that this function does not increase * current thread. Note that this function does not increase
* the reference count of the returned struct. * the reference count of the returned struct.
* *