From 009e8d28c38ef6b6797318aee29ca90910753988 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 11 Nov 2010 11:04:05 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2346 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/kernel/src/chregistry.c | 2 +- os/kernel/src/chsem.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'os/kernel/src') diff --git a/os/kernel/src/chregistry.c b/os/kernel/src/chregistry.c index 95893de85..e95ad21a8 100644 --- a/os/kernel/src/chregistry.c +++ b/os/kernel/src/chregistry.c @@ -33,7 +33,7 @@ * - Next, returns the next, in creation order, active thread * in the system. * . - * The registry is meant to be mainly a debug feature, as example, + * The registry is meant to be mainly a debug feature, for example, * using the registry a debugger can enumerate the active threads * in any given moment or the shell can print the active threads * and their state.
diff --git a/os/kernel/src/chsem.c b/os/kernel/src/chsem.c index 58cd94808..3e1d2ce88 100644 --- a/os/kernel/src/chsem.c +++ b/os/kernel/src/chsem.c @@ -47,7 +47,7 @@ * . * Semaphores can be used as guards for mutual exclusion zones * (note that mutexes are recommended for this kind of use) but - * also have other uses, queues guards and counters as example.
+ * also have other uses, queues guards and counters for example.
* Semaphores usually use a FIFO queuing strategy but it is possible * to make them order threads by priority by enabling * @p CH_USE_SEMAPHORES_PRIORITY in @p chconf.h. -- cgit v1.2.3