Fix a typo in a doc comment
authorMatthias Clasen <mclasen@redhat.com>
Tue, 28 Aug 2012 03:37:41 +0000 (23:37 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 28 Aug 2012 04:08:07 +0000 (00:08 -0400)
glib/gthread-posix.c

index b38aaa5..cb06b14 100644 (file)
@@ -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 {