From 9dffecf5f5f2c7d933f895f7881c7edd784e9414 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Thu, 23 Jun 2022 04:27:11 +0200 Subject: [PATCH] gthread: Fix Since tag typo in documentation for some methods --- glib/gthread-posix.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/glib/gthread-posix.c b/glib/gthread-posix.c index 028a2553e..119d5606d 100644 --- a/glib/gthread-posix.c +++ b/glib/gthread-posix.c @@ -195,7 +195,7 @@ g_mutex_init (GMutex *mutex) * Calling g_mutex_clear() on a locked mutex leads to undefined * behaviour. * - * Sine: 2.32 + * Since: 2.32 */ void g_mutex_clear (GMutex *mutex) @@ -370,7 +370,7 @@ g_rec_mutex_init (GRecMutex *rec_mutex) * Calling g_rec_mutex_clear() on a locked recursive mutex leads * to undefined behaviour. * - * Sine: 2.32 + * Since: 2.32 */ void g_rec_mutex_clear (GRecMutex *rec_mutex) @@ -527,7 +527,7 @@ g_rw_lock_init (GRWLock *rw_lock) * Calling g_rw_lock_clear() when any thread holds the lock * leads to undefined behaviour. * - * Sine: 2.32 + * Since: 2.32 */ void g_rw_lock_clear (GRWLock *rw_lock)