Skip to content

Commit

Permalink
mm/page_poison.c: fix a typo in a comment
Browse files Browse the repository at this point in the history
s/posioned/poisoned/

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Christophe JAILLET <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
tititiou36 authored and torvalds committed Sep 24, 2019
1 parent b92a953 commit dbf7684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/page_poison.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ static void unpoison_page(struct page *page)
/*
* Page poisoning when enabled poisons each and every page
* that is freed to buddy. Thus no extra check is done to
* see if a page was posioned.
* see if a page was poisoned.
*/
check_poison_mem(addr, PAGE_SIZE);
kunmap_atomic(addr);
Expand Down

0 comments on commit dbf7684

Please sign in to comment.