Fix wrong description 67/101767/1 accepted/tizen/3.0/common/20161205.092038 accepted/tizen/3.0/ivi/20161205.000411 accepted/tizen/3.0/mobile/20161205.000308 accepted/tizen/3.0/tv/20161205.000341 accepted/tizen/3.0/wearable/20161205.000353 submit/tizen_3.0/20161202.062936 submit/tizen_3.0/20161202.134357
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 2 Dec 2016 06:20:06 +0000 (15:20 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 2 Dec 2016 06:20:35 +0000 (15:20 +0900)
Change-Id: I275fa3a40f8aa420a3a06d6067ec1b5615d8465c
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
include/app_alarm.h

index 61dda96dd62f87861a34d245f35c8f677825040c..7b81a05658f6b59f893e47907f7a92d6aa81b712 100644 (file)
@@ -484,7 +484,7 @@ int alarm_schedule_noti_once_at_date(notification_h noti, struct tm *date, int *
 /**
  * @brief Sets a notification alarm to be triggered after a specific delay.
  * @details The alarm will first go off after @a delay seconds.
- *          The alarm will then go off every @period seconds until canceled.
+ *          The alarm will then go off every period seconds until canceled.
  *          To cancel the alarm, call alarm_cancel() with @a alarm_id.
  * @since_tizen 3.0
  * @privlevel  public