From 5f177b1c042fd3f1b746dee55a90cc503c5276ee Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 1 May 2012 08:09:37 -0400 Subject: [PATCH] rculfhash: cleanup typo Signed-off-by: Mathieu Desnoyers --- rculfhash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: * -- 2.34.1