Whamcloud - gitweb
LU-5710 corrected some typos and grammar errors
[fs/lustre-release.git] / lustre / ptlrpc / nodemap_range.c
index 59371b1..3a43b2f 100644 (file)
@@ -49,12 +49,12 @@ void range_init_tree(void)
 }
 
 /*
- * callback for interating over the interval tree
+ * callback for iterating over the interval tree
  *
  * \param      n               interval_node matched
  * \param      data            void pointer for return
  *
- * This dunction stops after a single match. There should be
+ * This function stops after a single match. There should be
  * no intervals containing multiple ranges
  */
 static enum interval_iter range_cb(struct interval_node *n, void *data)