From: Mathieu Desnoyers Date: Tue, 1 May 2012 12:09:37 +0000 (-0400) Subject: rculfhash: cleanup typo X-Git-Tag: v0.7.0~20 X-Git-Url: https://git.lttng.org/?p=urcu.git;a=commitdiff_plain;h=5f177b1c042fd3f1b746dee55a90cc503c5276ee rculfhash: cleanup typo Signed-off-by: Mathieu Desnoyers --- diff --git a/rculfhash.c b/rculfhash.c index 827c295..b9f795f 100644 --- a/rculfhash.c +++ b/rculfhash.c @@ -110,7 +110,7 @@ * each the same number of buckets. * - The RCU "mmap" memory backend uses a single memory map to hold * all buckets. - * - synchronzie_rcu is used to garbage-collect the old bucket node table. + * - synchronize_rcu is used to garbage-collect the old bucket node table. * * Ordering Guarantees: *