Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/sparc_leon/kernel_sched.c')
-rw-r--r--libgloss/sparc_leon/kernel_sched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/sparc_leon/kernel_sched.c b/libgloss/sparc_leon/kernel_sched.c
index 2b485c0fe..9d625ce9e 100644
--- a/libgloss/sparc_leon/kernel_sched.c
+++ b/libgloss/sparc_leon/kernel_sched.c
@@ -55,7 +55,7 @@ leonbare_sched ()
LEONBARE_KR_CURRENT = new;
/* to be able to programm symetrically on kernel level each thread
- saves it's spinlock on mutexes and kernel and irq flags in its
+ saves its spinlock on mutexes and kernel and irq flags in its
own save region. On a kernel switch they are released until the
thread is reawakened. Then the locks will be reaquired (and finally
released when the codeblock exits). The locking can be recursive. */