aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ch.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-12-31 09:37:16 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-12-31 09:37:16 +0000
commit3aad1470deaf2d989614c3d08c377829bec8bab2 (patch)
tree05234885c231ae257de7b42050e6d1679ddc1289 /docs/ch.txt
parenta5a2fb4c531a2b5153911d6bd9fbca1d5f0d3e53 (diff)
downloadChibiOS-3aad1470deaf2d989614c3d08c377829bec8bab2.tar.gz
ChibiOS-3aad1470deaf2d989614c3d08c377829bec8bab2.tar.bz2
ChibiOS-3aad1470deaf2d989614c3d08c377829bec8bab2.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@571 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/ch.txt')
-rw-r--r--docs/ch.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ch.txt b/docs/ch.txt
index fe8ab6510..b95e80ff2 100644
--- a/docs/ch.txt
+++ b/docs/ch.txt
@@ -646,10 +646,10 @@
* An unlimited number of Event Sources can exists in a system and each
* thread can listen on an unlimited number of them.<br>
* Note that the events can be asynchronously generated but are synchronously
- * served, a thread can serve event by calling the \p chEvtWait()
+ * served, a thread can serve event by calling a \p chEvtWaitXXX()
* API. If an event is generated while a listening thread is not ready to
* serve it then the event becomes "pending" and will be served as soon the
- * thread invokes the \p chEvtWait().<br>
+ * thread invokes a \p chEvtWaitXXX().<br>
* In order to use the Event APIs the \p CH_USE_EVENTS option must be
* specified in \p chconf.h.
* @file events.h Events macros and structures.