Doc fix.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 9 Apr 2008 16:17:58 +0000 (16:17 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 9 Apr 2008 16:17:58 +0000 (16:17 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1230 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/kern/proc.c

index a9e956243a2677267449f74241541f87f0e55862..ee10198c52f50606f70b1635640ef1dba680c07b 100644 (file)
@@ -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