projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4605f05
)
include/linux/mempolicy.h: fix typo
author
Yanfei Xu
<yanfei.xu@windriver.com>
Wed, 12 Aug 2020 01:31:19 +0000
(18:31 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 12 Aug 2020 17:57:56 +0000
(10:57 -0700)
Change "interlave" to "interleave".
Signed-off-by: Yanfei Xu <yanfei.xu@windriver.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Link:
http://lkml.kernel.org/r/20200810063454.9357-1-yanfei.xu@windriver.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/mempolicy.h
patch
|
blob
|
history
diff --git
a/include/linux/mempolicy.h
b/include/linux/mempolicy.h
index 5f1648c23e290809b394e9b2cdce4ddb7245dff5..5f1c74df264d1389508c8509d1f4c0da4f57646f 100644
(file)
--- 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 interl
e
ave:
* 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.