diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-02-14 19:58:57 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-02-14 19:58:57 +0000 |
commit | 392151b00aff940212a39afd5d28f0f8f686f06b (patch) | |
tree | c121f4f56b49a0e7e62a5a524c64cec86ce14f4a /src/chschd.c | |
parent | 1b3fe5133191b7fed977af74462a0d3bb2f6942c (diff) | |
download | ChibiOS-392151b00aff940212a39afd5d28f0f8f686f06b.tar.gz ChibiOS-392151b00aff940212a39afd5d28f0f8f686f06b.tar.bz2 ChibiOS-392151b00aff940212a39afd5d28f0f8f686f06b.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@768 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/chschd.c')
-rw-r--r-- | src/chschd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chschd.c b/src/chschd.c index e3f4d9e0d..aad060ac9 100644 --- a/src/chschd.c +++ b/src/chschd.c @@ -122,7 +122,7 @@ static void wakeup(void *p) { * to sleep is awakened after the specified time has elapsed. * * @param newstate the new thread state - * @param time the number of ticks before the operation timeouts. the value + * @param time the number of ticks before the operation timeouts. The value * zero (@p TIME_INFINITE) is allowed. * @return The wakeup message. * @retval RDY_TIMEOUT if a timeout occurs. |