From: Alan Cox Date: Sun, 29 Apr 2018 00:41:42 +0000 (+0100) Subject: process: fix typo X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=c3715add461cb3121479fa7c2d4fb6eaec65df17;p=FUZIX.git process: fix typo --- diff --git a/Kernel/process.c b/Kernel/process.c index 051f5d78..29ae0335 100644 --- a/Kernel/process.c +++ b/Kernel/process.c @@ -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(); }