From aefe51878008fb723c1ed566a4b8d783a8083475 Mon Sep 17 00:00:00 2001 From: "sc943313837@gmail.com" Date: Mon, 29 Oct 2012 03:21:37 +0000 Subject: [PATCH] corrected typos git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2378 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- components/drivers/include/drivers/alarm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/drivers/include/drivers/alarm.h b/components/drivers/include/drivers/alarm.h index bd2c02fbc6..1e1b27bf8e 100644 --- a/components/drivers/include/drivers/alarm.h +++ b/components/drivers/include/drivers/alarm.h @@ -17,7 +17,7 @@ #include -#define RT_ALARM_TM_NOW -1 /* set the alarm tm_day,tm_mon,tm_sec,ect to now.we also call it "don't care" value */ +#define RT_ALARM_TM_NOW -1 /* set the alarm tm_day,tm_mon,tm_sec,etc. to now.we also call it "don't care" value */ /* alarm flags */ #define RT_ALARM_ONESHOT 0x000 /* only alarm onece */