add missing comment to wfstack.c
[urcu.git] / urcu-bp.h
index c0a419f99a1a54813cd8f3a5314e43fec5b80c87..cca664bc906c7fbbedd94dabeb7a1a7195610811 100644 (file)
--- a/urcu-bp.h
+++ b/urcu-bp.h
@@ -9,7 +9,7 @@
  * Slower RCU read-side adapted for tracing library. Does not require thread
  * registration nor unregistration. Also signal-safe.
  *
- * Copyright (c) 2009 Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
+ * Copyright (c) 2009 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  * Copyright (c) 2009 Paul E. McKenney, IBM Corporation.
  *
  * LGPL-compatible code should include this header with :
@@ -97,7 +97,7 @@ static inline void rcu_unregister_thread(void)
 {
 }
 
-static inline void urcu_init(void)
+static inline void rcu_init(void)
 {
 }
 
This page took 0.022263 seconds and 4 git commands to generate.