update readme for rcu_defer()
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Fri, 23 Oct 2009 12:05:19 +0000 (08:05 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Fri, 23 Oct 2009 12:05:19 +0000 (08:05 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
README

diff --git a/README b/README
index 7cc8871398b4c0a8b255bf8ddabfcbb7a40ed846..ecdda633e20fe3f6fa772a90644b99b2f302ea3b 100644 (file)
--- a/README
+++ b/README
@@ -100,9 +100,9 @@ Usage of liburcu-defer
 
        * #include <urcu-defer.h>
        * Link with "-lurcu-defer"
-       * Provides call_rcu() primitive to enqueue delayed callbacks. Queued
+       * Provides defer_rcu() primitive to enqueue delayed callbacks. Queued
          callbacks are executed in batch periodically after a grace period.
-         Do _not_ use call_rcu() within a read-side critical section, because
+         Do _not_ use defer_rcu() within a read-side critical section, because
          it may call synchronize_rcu() if the thread queue is full.
 
 Being careful with signals
This page took 0.027208 seconds and 4 git commands to generate.