[glib/glib-2-72: 16/39] gthread: Fix Since tag typo in documentation for some methods
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/glib-2-72: 16/39] gthread: Fix Since tag typo in documentation for some methods
- Date: Tue, 20 Sep 2022 19:07:39 +0000 (UTC)
commit 8434e704f1a225aa59a4a17506ca3d0fcf7f6c0f
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date: Thu Jun 23 04:27:11 2022 +0200
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 8c403f975a..171125c35a 100644
--- a/glib/gthread-posix.c
+++ b/glib/gthread-posix.c
@@ -193,7 +193,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)
@@ -368,7 +368,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)
@@ -525,7 +525,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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]