aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2006-03-28 04:56:53 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2006-03-28 12:16:08 -0500
commit7f927fcc2fd1575d01efb4b76665975007945690 (patch)
treefbb84689600ea512d7b52f9fc46db2d7d8d7c1fd /mm
parentded23ac62776b4360d88e9b0330792d2c57fdfdf (diff)
[PATCH] Typo fixes
Fix a lot of typos. Eyeballed by jmc@ in OpenBSD. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'mm')
-rw-r--r--mm/mempolicy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/mempolicy.c b/mm/mempolicy.c
index 4f71cfd29c6f..dec8249e972d 100644
--- a/mm/mempolicy.c
+++ b/mm/mempolicy.c
@@ -912,7 +912,7 @@ asmlinkage long sys_migrate_pages(pid_t pid, unsigned long maxnode,
912 /* 912 /*
913 * Check if this process has the right to modify the specified 913 * Check if this process has the right to modify the specified
914 * process. The right exists if the process has administrative 914 * process. The right exists if the process has administrative
915 * capabilities, superuser priviledges or the same 915 * capabilities, superuser privileges or the same
916 * userid as the target process. 916 * userid as the target process.
917 */ 917 */
918 if ((current->euid != task->suid) && (current->euid != task->uid) && 918 if ((current->euid != task->suid) && (current->euid != task->uid) &&