]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/cris/arch-v32/kernel/process.c
spelling fixes: arch/cris/
[linux-2.6-omap-h63xx.git] / arch / cris / arch-v32 / kernel / process.c
index 6326351af2528300ec01f287ed3bff40d4019ac8..b72a15580dc73a674ab832e5184939ebe42ec25f 100644 (file)
@@ -162,7 +162,7 @@ copy_thread(int nr, unsigned long clone_flags, unsigned long usp,
        /* Put the switch stack right below the pt_regs. */
        swstack = ((struct switch_stack *) childregs) - 1;
 
-       /* Paramater to ret_from_sys_call. 0 is don't restart the syscall. */
+       /* Parameter to ret_from_sys_call. 0 is don't restart the syscall. */
        swstack->r9 = 0;
 
        /*