aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/templates
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-01-07 15:23:38 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-01-07 15:23:38 +0000
commit1eebe078ffbb85c3fb8a14db4d241502b27145bf (patch)
treeccfcc15f00554d709c0dea804e5fd8033320a851 /os/kernel/templates
parentc6a35e2186b66ef014f9a0f456d30b564d02e0fe (diff)
downloadChibiOS-1eebe078ffbb85c3fb8a14db4d241502b27145bf.tar.gz
ChibiOS-1eebe078ffbb85c3fb8a14db4d241502b27145bf.tar.bz2
ChibiOS-1eebe078ffbb85c3fb8a14db4d241502b27145bf.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1509 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/kernel/templates')
-rw-r--r--os/kernel/templates/chconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/kernel/templates/chconf.h b/os/kernel/templates/chconf.h
index eeb35e4d4..5b42d3c9c 100644
--- a/os/kernel/templates/chconf.h
+++ b/os/kernel/templates/chconf.h
@@ -160,7 +160,7 @@
/**
* @brief Atomic semaphore API.
- * @details If enabled then the semaphores the @p chSemWaitSignal() API
+ * @details If enabled then the semaphores the @p chSemSignalWait() API
* is included in the kernel.
*
* @note The default is @p TRUE.