Skip to content

Commit

Permalink
llists-move-llist_reverse_order-from-raid5-to-llistc-fix
Browse files Browse the repository at this point in the history
fix comment typo, per Jan

Cc: Christoph Hellwig <hch@lst.de>
Cc: Jan Kara <jack@suse.cz>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Nov 15, 2013
1 parent b89241e commit 0791a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/llist.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0791a60

Please sign in to comment.