llists-move-llist_reverse_order-from-raid5-to-llistc-fix
[sfrench/cifs-2.6.git] / lib / llist.c
index ef48b87247ec0fec1b3cb19d28c35652e5d6c6fd..f76196d0740976001e964c444fe2fb13c9dcc3a4 100644 (file)
@@ -86,7 +86,7 @@ EXPORT_SYMBOL_GPL(llist_del_first);
  * llist_reverse_order - reverse order of a llist chain
  * @head:      first item of the list to be reversed
  *
- * Reverse the oder of a chain of llist entries and return the
+ * Reverse the order of a chain of llist entries and return the
  * new first entry.
  */
 struct llist_node *llist_reverse_order(struct llist_node *head)