From ad04e9d42b928f1f0001022504dd11346c5b3807 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sun, 18 May 2008 14:34:29 +0000 Subject: Spelling fixes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17574 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/thread.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/thread.h b/firmware/export/thread.h index 982b43731a..95f84ae3bc 100644 --- a/firmware/export/thread.h +++ b/firmware/export/thread.h @@ -25,10 +25,10 @@ #include /* Priority scheduling (when enabled with HAVE_PRIORITY_SCHEDULING) works - * by giving high priority threads more CPU time than less priority threads + * by giving high priority threads more CPU time than lower priority threads * when they need it. Priority is differential such that the priority * difference between a lower priority runnable thread and the highest priority - * runnable thread determines the amount of aging nescessary for the lower + * runnable thread determines the amount of aging necessary for the lower * priority thread to be scheduled in order to prevent starvation. * * If software playback codec pcm buffer is going down to critical, codec @@ -118,8 +118,8 @@ struct regs #endif /* !SIMULATOR */ /* NOTE: The use of the word "queue" may also refer to a linked list of - threads being maintainted that are normally dealt with in FIFO order - and not nescessarily kernel event_queue */ + threads being maintained that are normally dealt with in FIFO order + and not necessarily kernel event_queue */ enum { /* States without a timeout must be first */ @@ -306,7 +306,7 @@ struct thread_blk_ops #endif /* NUM_CORES > 1 */ /* Information kept for each core - * Member are arranged for the same reason as in thread_entry + * Members are arranged for the same reason as in thread_entry */ struct core_entry { -- cgit v1.2.3