From 463e70efef0c375b5d3a31898cf7da180b7cb9f7 Mon Sep 17 00:00:00 2001 From: qiuyiuestc Date: Mon, 13 Sep 2010 01:14:04 +0000 Subject: [PATCH] clean up git-svn-id: https://rt-thread.googlecode.com/svn/trunk@907 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- src/thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thread.c b/src/thread.c index e1f79da7de..953cf9a0ca 100644 --- a/src/thread.c +++ b/src/thread.c @@ -19,7 +19,7 @@ * 2006-09-03 Bernard implement rt_thread_detach * 2008-02-16 Bernard fix the rt_thread_timeout bug * 2010-03-21 Bernard change the errno of rt_thread_delay/sleep to RT_EOK. - * 2010-04-11 Yi.Qiu add module feature + * 2010-04-11 Yi.Qiu add module feature */ #include