From b93114f55ffb209b01d8ee316ec6b9d890c2213b Mon Sep 17 00:00:00 2001 From: batt Date: Wed, 9 Apr 2008 16:17:58 +0000 Subject: [PATCH] Doc fix. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1230 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/kern/proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1