summaryrefslogtreecommitdiff
path: root/gir/glib-2.0.c
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2015-04-18 21:43:00 +0200
committerDieter Verfaillie <dieterv@optionexplicit.be>2015-04-18 21:43:00 +0200
commit85add81bb305a5edb0cbbb5dbb67178c7bee7469 (patch)
tree8c2094c7f2086f9080b39ac8e14049a80773c2e5 /gir/glib-2.0.c
parent1f3db7840a2551a55c198f8b42ee6947f48b021e (diff)
downloadgobject-introspection-85add81bb305a5edb0cbbb5dbb67178c7bee7469.tar.gz
Update glib annotations from git master
Diffstat (limited to 'gir/glib-2.0.c')
-rw-r--r--gir/glib-2.0.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c
index ef98e45c..406e1406 100644
--- a/gir/glib-2.0.c
+++ b/gir/glib-2.0.c
@@ -5214,7 +5214,8 @@
* fall outside of simple reference counting patterns are prone to
* subtle bugs and occasionally undefined behaviour. It is also worth
* noting that since all of these operations require global
- * synchronisation of the entire machine, they can be quite slow. In * the case of performing multiple atomic operations it can often be
+ * synchronisation of the entire machine, they can be quite slow. In
+ * the case of performing multiple atomic operations it can often be
* faster to simply acquire a mutex lock around the critical area,
* perform the operations normally and then release the lock.
*/