From 04bf06124f7b817eb8ac616102d8a447a9e88f3f Mon Sep 17 00:00:00 2001 From: "sc943313837@gmail.com" Date: Mon, 29 Oct 2012 01:56:20 +0000 Subject: [PATCH] to correct typos git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2376 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- components/drivers/rtc/alarm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/drivers/rtc/alarm.c b/components/drivers/rtc/alarm.c index 17047baeb9..6036c34353 100644 --- a/components/drivers/rtc/alarm.c +++ b/components/drivers/rtc/alarm.c @@ -380,7 +380,7 @@ void rt_alarm_update(rt_device_t dev, rt_uint32_t event) rt_event_send(&_container.event, 1); } -/** \breif modify the alarm setup +/** \brief modify the alarm setup * * \param alarm pointer to alarm * \param cmd control command -- GitLab