From: Hui Su <sh_def@163.com>
Date: Sun, 27 Sep 2020 17:15:53 +0000 (+0800)
Subject: radix-tree: fix the comment of radix_tree_next_slot()
X-Git-Tag: xarray-5.9~1
X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f78b8250a076ac63ddd021c7ea9739bcc2f6f737;p=users%2Fwilly%2Fxarray.git

radix-tree: fix the comment of radix_tree_next_slot()

fix the comment of radix_tree_next_slot():
interator --> iterator.

Signed-off-by: Hui Su <sh_def@163.com>
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
---

diff --git a/include/linux/radix-tree.h b/include/linux/radix-tree.h
index 5c85059a92ba..64ad900ac742 100644
--- a/include/linux/radix-tree.h
+++ b/include/linux/radix-tree.h
@@ -377,7 +377,7 @@ radix_tree_chunk_size(struct radix_tree_iter *iter)
  * radix_tree_next_slot - find next slot in chunk
  *
  * @slot:	pointer to current slot
- * @iter:	pointer to interator state
+ * @iter:	pointer to iterator state
  * @flags:	RADIX_TREE_ITER_*, should be constant
  * Returns:	pointer to next slot, or NULL if there no more left
  *