From: Andrew Morton Date: Thu, 14 Nov 2013 22:32:13 +0000 (-0800) Subject: llists-move-llist_reverse_order-from-raid5-to-llistc-fix X-Git-Tag: firefly_0821_release~176^2~4971^2~5 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0791a6057cb60d12ec5e3182b99e6ffa8044ee3a;p=firefly-linux-kernel-4.4.55.git llists-move-llist_reverse_order-from-raid5-to-llistc-fix fix comment typo, per Jan Cc: Christoph Hellwig Cc: Jan Kara Cc: Jens Axboe Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/lib/llist.c b/lib/llist.c index ef48b87247ec..f76196d07409 100644 --- a/lib/llist.c +++ b/lib/llist.c @@ -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)