From b7d1518ce9f337a7ede1a659de31ff81dafcbac5 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 27 Aug 2012 23:37:41 -0400 Subject: [PATCH] Fix a typo in a doc comment --- glib/gthread-posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gthread-posix.c b/glib/gthread-posix.c index b38aaa540..cb06b141d 100644 --- a/glib/gthread-posix.c +++ b/glib/gthread-posix.c @@ -139,7 +139,7 @@ g_mutex_get_impl (GMutex *mutex) * This function is useful to initialize a mutex that has been * allocated on the stack, or as part of a larger structure. * It is not necessary to initialize a mutex that has been - * created that has been statically allocated. + * statically allocated. * * |[ * typedef struct {