From: batt Date: Wed, 9 Apr 2008 16:17:58 +0000 (+0000) Subject: Doc fix. X-Git-Tag: 1.0.0~22 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=b93114f55ffb209b01d8ee316ec6b9d890c2213b;p=bertos.git Doc fix. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1230 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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