summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2021-06-03 13:49:00 +0100
committerPhilip Withnall <pwithnall@endlessos.org>2021-06-03 15:15:34 +0100
commit942501bec7197cd5c5e7a3ceda73025aca0cad81 (patch)
treef6a6d1d3f11e98d06a258a99f3068293ee61aa29
parent11cd751203f32dfdb2a2bc8fa690cbc8bcd99272 (diff)
downloadglib-942501bec7197cd5c5e7a3ceda73025aca0cad81.tar.gz
gbitlock: Minor improvement to documentation formatting
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
-rw-r--r--glib/gbitlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gbitlock.c b/glib/gbitlock.c
index 9e17bde52..9384d1a44 100644
--- a/glib/gbitlock.c
+++ b/glib/gbitlock.c
@@ -471,7 +471,7 @@ void
* @address: (not nullable): a pointer to a #gpointer-sized value
* @lock_bit: a bit value between 0 and 31
*
- * This is equivalent to g_bit_trylock, but working on pointers (or
+ * This is equivalent to g_bit_trylock(), but working on pointers (or
* other pointer-sized values).
*
* For portability reasons, you may only lock on the bottom 32 bits of