Fix common misspellings
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / cris / arch-v32 / kernel / process.c
index 562f84718906b2de88416b1ca48e685992d0b400..0570e8ce603d1575943e24271cbb1f597d2dfe73 100644 (file)
@@ -149,7 +149,7 @@ copy_thread(unsigned long clone_flags, unsigned long usp,
         childregs->r10 = 0;    /* Child returns 0 after a fork/clone. */
 
        /* Set a new TLS ?
-        * The TLS is in $mof beacuse it is the 5th argument to sys_clone.
+        * The TLS is in $mof because it is the 5th argument to sys_clone.
         */
        if (p->mm && (clone_flags & CLONE_SETTLS)) {
                task_thread_info(p)->tls = regs->mof;