[glib] gatomic: Add missing new line in API doc comment
- From: Christophe Fergeau <teuf src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] gatomic: Add missing new line in API doc comment
- Date: Tue, 7 Apr 2015 08:43:05 +0000 (UTC)
commit b470b12c49750777e14990f24d98166d3aab9965
Author: Christophe Fergeau <cfergeau redhat com>
Date: Sat Feb 21 13:34:36 2015 +0100
gatomic: Add missing new line in API doc comment
This causes an overlong line, and a spurious '*' in the generated
documentation.
https://bugzilla.gnome.org/show_bug.cgi?id=747363
glib/gatomic.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/glib/gatomic.c b/glib/gatomic.c
index 30a5c5d..3ca0e40 100644
--- a/glib/gatomic.c
+++ b/glib/gatomic.c
@@ -58,7 +58,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.
**/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]