From 1a6d1ced2f99f6fc205b0aeae0e86f69d6e41d51 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Sun, 25 Jan 2015 17:09:24 +0000 Subject: [PATCH] gthread: Fix a typo in a documentation comment --- glib/gthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gthread.c b/glib/gthread.c index ea8e5f965..641900627 100644 --- a/glib/gthread.c +++ b/glib/gthread.c @@ -940,7 +940,7 @@ g_thread_join (GThread *thread) /** * 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 * the reference count of the returned struct. *