From cb98336dc147b7446dba401b3d74cf0e4956830d Mon Sep 17 00:00:00 2001 From: "bernard.xiong@gmail.com" Date: Sun, 15 Jan 2012 13:16:25 +0000 Subject: [PATCH] fix spell wrong. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1920 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- components/finsh/cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/finsh/cmd.c b/components/finsh/cmd.c index 500a24ffa7..e49f5d8379 100644 --- a/components/finsh/cmd.c +++ b/components/finsh/cmd.c @@ -31,7 +31,7 @@ #include "finsh.h" // Copy from kservice.h because we can not use it out of the kernel. -// Ugly. Should let kservice.h avaliable for applications? +// Ugly. Should let kservice.h available for applications? rt_inline int rt_list_isempty(const rt_list_t *l) { return l->next == l;