process: fix typo
authorAlan Cox <alan@linux.intel.com>
Sun, 29 Apr 2018 00:41:42 +0000 (01:41 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 29 Apr 2018 00:41:42 +0000 (01:41 +0100)
Kernel/process.c

index 051f5d7..29ae033 100644 (file)
@@ -159,7 +159,7 @@ void switchout(void)
                }
                udata.u_ptab->p_status = P_READY;
        }
-       /* We probably need to run somehting else */
+       /* We probably need to run something else */
        platform_switchout();
 }