From: Matthias Clasen Date: Tue, 28 Aug 2012 03:37:41 +0000 (-0400) Subject: Fix a typo in a doc comment X-Git-Tag: 2.33.12~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b7d1518ce9f337a7ede1a659de31ff81dafcbac5;p=platform%2Fupstream%2Fglib.git Fix a typo in a doc comment --- diff --git a/glib/gthread-posix.c b/glib/gthread-posix.c index b38aaa5..cb06b14 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 {