X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fkern%2Fproc.c;h=ee10198c52f50606f70b1635640ef1dba680c07b;hb=61b9d5143e9371c4ba00f067358829bc45434ed8;hp=a9e956243a2677267449f74241541f87f0e55862;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/kern/proc.c b/bertos/kern/proc.c index a9e95624..ee10198c 100644 --- a/bertos/kern/proc.c +++ b/bertos/kern/proc.c @@ -264,7 +264,7 @@ void proc_schedule(void) * are idle-spinning, we must allow interrupts, otherwise no * process will ever wake up. * - * During idle-spinning, can occur an interrupt, it may be able to + * During idle-spinning, an interrupt can occur and it may * modify \p ProcReadyList. To ensure that compiler reload this * variable every while cycle we call CPU_MEMORY_BARRIER. * The memory barrier ensure that all variables used in this context