From edf8de69524464be218d35029919f6fb31ba3d4b Mon Sep 17 00:00:00 2001 From: "Emilio G. Cota" Date: Tue, 3 Feb 2015 12:53:46 -0500 Subject: [PATCH] Fix: documentation: urcu-pointer.h: s/rcu_dereference_pointer/rcu_dereference/ Signed-off-by: Emilio G. Cota Signed-off-by: Mathieu Desnoyers --- urcu/static/urcu-pointer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urcu/static/urcu-pointer.h b/urcu/static/urcu-pointer.h index 4361156..a5b3e4b 100644 --- a/urcu/static/urcu-pointer.h +++ b/urcu/static/urcu-pointer.h @@ -129,7 +129,7 @@ extern "C" { * them. It also makes sure the compiler does not reorder code initializing the * data structure before its publication. * - * Should match rcu_dereference_pointer(). + * Should match rcu_dereference(). * * This macro is less than 10 lines long. The intent is that this macro * meets the 10-line criterion in LGPL, allowing this function to be -- 2.34.1