From 392151b00aff940212a39afd5d28f0f8f686f06b Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 14 Feb 2009 19:58:57 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@768 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/chschd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. -- cgit v1.2.3