diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2013-11-14 14:32:13 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-11-15 09:32:22 +0900 |
commit | 0791a6057cb60d12ec5e3182b99e6ffa8044ee3a (patch) | |
tree | 757d07c28ed06517c1b044f31e720cb12def2514 /lib/llist.c | |
parent | b89241e8cdb8321c20546d47645a9b65b58113b5 (diff) | |
download | linux-exynos-0791a6057cb60d12ec5e3182b99e6ffa8044ee3a.tar.gz linux-exynos-0791a6057cb60d12ec5e3182b99e6ffa8044ee3a.tar.bz2 linux-exynos-0791a6057cb60d12ec5e3182b99e6ffa8044ee3a.zip |
llists-move-llist_reverse_order-from-raid5-to-llistc-fix
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>
Diffstat (limited to 'lib/llist.c')
-rw-r--r-- | lib/llist.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |