X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=urcu%2Fstatic%2Furcu-pointer.h;h=a5b3e4b190852811b039c26be66f65c33bef64e6;hb=6278a922c993b7e2a2ed4e0e3e75fb642271f3ba;hp=4361156b925f515bd6cfe231861f8b228284745d;hpb=6488f70bcf96976bfda4d1836e0cab5ef6f599ff;p=urcu.git 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