Change-Id: I275fa3a40f8aa420a3a06d6067ec1b5615d8465c
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
/**
* @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