rcuja range: fix typo
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 9 Jun 2013 16:29:47 +0000 (12:29 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 9 Jun 2013 16:29:47 +0000 (12:29 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
rcuja/rcuja-range.c

index e8214e2f6b1b8e6e244c9b78ac8d8fafe0399e1a..f360b9153250160d95717f3b48c3d54eaf36de2d 100644 (file)
@@ -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;
This page took 0.026216 seconds and 4 git commands to generate.