aboutsummaryrefslogtreecommitdiff
path: root/module/timer
diff options
context:
space:
mode:
authorElieva Pignat <Elieva.Pignat@arm.com>2018-06-25 15:00:19 +0100
committerdavidcunado-arm <david.cunado@arm.com>2018-07-25 11:35:23 +0100
commita8114e3b5b55688d362d2ea862253bc8caa0ab16 (patch)
tree62c6068ab33c700be8042c2edc148d7e458b6a3e /module/timer
parent78110ff5dd7ca32e1acd068794b1e8510fb1aa5d (diff)
timer: fix comments
Change-Id: I8e6f54ac5afff0479d1be8252b1d2f25df2eaecf Signed-off-by: Elieva Pignat <Elieva.Pignat@arm.com>
Diffstat (limited to 'module/timer')
-rw-r--r--module/timer/include/mod_timer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/module/timer/include/mod_timer.h b/module/timer/include/mod_timer.h
index 7bf3567a..3ba4a525 100644
--- a/module/timer/include/mod_timer.h
+++ b/module/timer/include/mod_timer.h
@@ -171,7 +171,7 @@ struct mod_timer_api {
* \param microseconds The amount of time, given in microseconds, to delay.
*
* \retval FWK_SUCCESS Operation succeeded.
- * \retval One of the other specific error codes described by the module.
+ * \retval One of the other specific error codes described by the framework.
*/
int (*delay)(fwk_id_t dev_id, uint32_t microseconds);
@@ -194,7 +194,7 @@ struct mod_timer_api {
* elapsed.
* \retval FWK_E_TIMEOUT The timeout period elapsed before the condition was
* met.
- * \retval One of the other specific error codes described by the module.
+ * \retval One of the other specific error codes described by the framework.
*/
int (*wait)(fwk_id_t dev_id,
uint32_t microseconds,
@@ -216,7 +216,7 @@ struct mod_timer_api {
*
* \retval FWK_SUCCESS Operation succeeded.
* \retval FWK_E_PARAM The remaining_ticks pointer was invalid.
- * \retval One of the other specific error codes described by the module.
+ * \retval One of the other specific error codes described by the framework.
*
* \note remaining_ticks is also a timestamp.
*/