]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/include/timers.h
Ensure both one-shot and auto-reload are written consistently with a hyphen in comments.
[freertos] / FreeRTOS / Source / include / timers.h
index 4d77665f8e9c453de60d0a5ceb91fcdf8e5640ef..831f389ee78070f6ad597b3b27a922d799c1c916 100644 (file)
@@ -1235,7 +1235,7 @@ const char * pcTimerGetName( TimerHandle_t xTimer ) PRIVILEGED_FUNCTION; /*lint
  * void vTimerSetReloadMode( TimerHandle_t xTimer, const UBaseType_t uxAutoReload );\r
  *\r
  * Updates a timer to be either an auto-reload timer, in which case the timer\r
- * automatically resets itself each time it expires, or a one shot timer, in\r
+ * automatically resets itself each time it expires, or a one-shot timer, in\r
  * which case the timer will only expire once unless it is manually restarted.\r
  *\r
  * @param xTimer The handle of the timer being updated.\r
@@ -1252,7 +1252,7 @@ void vTimerSetReloadMode( TimerHandle_t xTimer, const UBaseType_t uxAutoReload )
 * UBaseType_t uxTimerGetReloadMode( TimerHandle_t xTimer );\r
 *\r
 * Queries a timer to determine if it is an auto-reload timer, in which case the timer\r
-* automatically resets itself each time it expires, or a one shot timer, in\r
+* automatically resets itself each time it expires, or a one-shot timer, in\r
 * which case the timer will only expire once unless it is manually restarted.\r
 *\r
 * @param xTimer The handle of the timer being queried.\r