[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20200810063454.9357-1-yanfei.xu@windriver.com>
Date: Mon, 10 Aug 2020 14:34:54 +0800
From: <yanfei.xu@...driver.com>
To: <linux-kernel@...r.kernel.org>
CC: <akpm@...ux-foundation.org>, <mhocko@...e.com>
Subject: [PATCH] mempolicy.h: fix typo
From: Yanfei Xu <yanfei.xu@...driver.com>
Change "interlave" to "interleave".
Signed-off-by: Yanfei Xu <yanfei.xu@...driver.com>
---
include/linux/mempolicy.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/mempolicy.h b/include/linux/mempolicy.h
index ea9c15b60a96..4dc41428b095 100644
--- a/include/linux/mempolicy.h
+++ b/include/linux/mempolicy.h
@@ -28,7 +28,7 @@ struct mm_struct;
* the process policy is used. Interrupts ignore the memory policy
* of the current process.
*
- * Locking policy for interlave:
+ * Locking policy for interleave:
* In process context there is no locking because only the process accesses
* its own state. All vma manipulation is somewhat protected by a down_read on
* mmap_lock.
--
2.18.2
Powered by blists - more mailing lists