From: Mathieu Desnoyers Date: Sun, 9 Jun 2013 16:29:47 +0000 (-0400) Subject: rcuja range: fix typo X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=7c74dcc72fc4fa25b99cb0da33caba044cb6ff36;p=userspace-rcu.git rcuja range: fix typo Signed-off-by: Mathieu Desnoyers --- 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;