[glib] docs: Fix typo in documentation for G_PRIVATE_INIT
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] docs: Fix typo in documentation for G_PRIVATE_INIT
- Date: Thu, 26 Oct 2017 12:56:08 +0000 (UTC)
commit 3d35379382e291f85b0b273067a256b575ffc3e3
Author: Philip Withnall <withnall endlessm com>
Date: Thu Oct 26 13:55:26 2017 +0100
docs: Fix typo in documentation for G_PRIVATE_INIT
Signed-off-by: Philip Withnall <withnall endlessm com>
glib/gthread-posix.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gthread-posix.c b/glib/gthread-posix.c
index aa0e36e..44d804f 100644
--- a/glib/gthread-posix.c
+++ b/glib/gthread-posix.c
@@ -944,7 +944,7 @@ g_cond_wait_until (GCond *cond,
* A macro to assist with the static initialisation of a #GPrivate.
*
* This macro is useful for the case that a #GDestroyNotify function
- * should be associated the key. This is needed when the key will be
+ * should be associated with the key. This is needed when the key will be
* used to point at memory that should be deallocated when the thread
* exits.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]