about summary refs log tree commit homepage
path: root/ext/sleepy_penguin/eventfd.c
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-03-10 02:12:46 +0000
committerEric Wong <normalperson@yhbt.net>2011-03-10 02:12:46 +0000
commit3e75c60006b42b2c4eff8c95f11c4289e8229bb1 (patch)
tree4b97dfadfd4b0f8a227b474192133bb1734390a2 /ext/sleepy_penguin/eventfd.c
parentfd1509a7854d0da1227964a562a5f344bc0569b5 (diff)
downloadsleepy_penguin-3e75c60006b42b2c4eff8c95f11c4289e8229bb1.tar.gz
Diffstat (limited to 'ext/sleepy_penguin/eventfd.c')
-rw-r--r--ext/sleepy_penguin/eventfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sleepy_penguin/eventfd.c b/ext/sleepy_penguin/eventfd.c
index fd169f5..06663a8 100644
--- a/ext/sleepy_penguin/eventfd.c
+++ b/ext/sleepy_penguin/eventfd.c
@@ -100,7 +100,7 @@ retry:
  * the counter to zero.
  *
  * If created as a semaphore, this decrements the counter value by one
- * and returns one.
+ * and returns +1+.
  *
  * If the counter is zero at the time of the call, this will block until
  * the counter becomes non-zero.