From: Yanfei Xu Date: Wed, 12 Aug 2020 01:31:19 +0000 (-0700) Subject: include/linux/mempolicy.h: fix typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f3f3416c2234c0a9372316bec5c48cbd58b565c5;p=linux.git include/linux/mempolicy.h: fix typo Change "interlave" to "interleave". Signed-off-by: Yanfei Xu Signed-off-by: Andrew Morton Reviewed-by: Andrew Morton Link: http://lkml.kernel.org/r/20200810063454.9357-1-yanfei.xu@windriver.com Signed-off-by: Linus Torvalds --- diff --git a/include/linux/mempolicy.h b/include/linux/mempolicy.h index 5f1648c23e290..5f1c74df264d1 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.