Commit f3f3416c authored by Yanfei Xu's avatar Yanfei Xu Committed by Linus Torvalds
Browse files

include/linux/mempolicy.h: fix typo

parent 4605f057
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.