[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20190721180908.6534-1-christophe.jaillet@wanadoo.fr>
Date: Sun, 21 Jul 2019 20:09:08 +0200
From: Christophe JAILLET <christophe.jaillet@...adoo.fr>
To: akpm@...ux-foundation.org, mhocko@...e.com,
rppt@...ux.vnet.ibm.com, aryabinin@...tuozzo.com,
wei.w.wang@...el.com, cai@....pw
Cc: linux-mm@...ck.org, linux-kernel@...r.kernel.org,
kernel-janitors@...r.kernel.org,
Christophe JAILLET <christophe.jaillet@...adoo.fr>
Subject: [PATCH] mm/page_poison: fix a typo in a comment
s/posioned/poisoned/
Signed-off-by: Christophe JAILLET <christophe.jaillet@...adoo.fr>
---
mm/page_poison.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mm/page_poison.c b/mm/page_poison.c
index 21d4f97cb49b..34b9181ee5d1 100644
--- a/mm/page_poison.c
+++ b/mm/page_poison.c
@@ -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);
--
2.20.1
Powered by blists - more mailing lists