From 00548d27a1f53fb363fbcea7fc05d7a27622ac9c Mon Sep 17 00:00:00 2001 From: "bernard.xiong@gmail.com" Date: Sat, 14 Apr 2012 03:50:28 +0000 Subject: [PATCH] cleanup code comments. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2044 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- src/idle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/idle.c b/src/idle.c index 19cb35142..db0fa3875 100644 --- a/src/idle.c +++ b/src/idle.c @@ -169,7 +169,7 @@ static void rt_thread_idle_entry(void *parameter) */ void rt_thread_idle_init(void) { - /* init thread */ + /* initialize thread */ rt_thread_init(&idle, "tidle", rt_thread_idle_entry, RT_NULL, -- GitLab