[PATCH] mempolicy.h: fix typo

From: yanfei.xu
Date: Mon Aug 10 2020 - 02:35:15 EST


From: Yanfei Xu <yanfei.xu@xxxxxxxxxxxxx>

Change "interlave" to "interleave".

Signed-off-by: Yanfei Xu <yanfei.xu@xxxxxxxxxxxxx>
---
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