|
@@ -1110,7 +1110,7 @@ void **radix_tree_next_chunk(struct radix_tree_root *root,
|
|
|
* because RADIX_TREE_MAP_SHIFT < BITS_PER_LONG.
|
|
|
*
|
|
|
* This condition also used by radix_tree_next_slot() to stop
|
|
|
- * contiguous iterating, and forbid swithing to the next chunk.
|
|
|
+ * contiguous iterating, and forbid switching to the next chunk.
|
|
|
*/
|
|
|
index = iter->next_index;
|
|
|
if (!index && iter->index)
|