From 7c74dcc72fc4fa25b99cb0da33caba044cb6ff36 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sun, 9 Jun 2013 12:29:47 -0400 Subject: [PATCH] rcuja range: fix typo Signed-off-by: Mathieu Desnoyers --- rcuja/rcuja-range.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcuja/rcuja-range.c b/rcuja/rcuja-range.c index e8214e2..f360b91 100644 --- a/rcuja/rcuja-range.c +++ b/rcuja/rcuja-range.c @@ -105,7 +105,7 @@ struct cds_ja_range *cds_ja_range_lookup(struct cds_ja *ja, uint64_t key) return NULL; /* * We found an allocated range. We can return it for use with - * RCU read-side prototection for existence. However, we have no + * RCU read-side protection for existence. However, we have no * mutual exclusion against removal at this point. */ return range; -- 2.34.1