diff options
Diffstat (limited to 'os/hal/include')
-rw-r--r-- | os/hal/include/sdc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/include/sdc.h b/os/hal/include/sdc.h index 52bef66f0..c4f4b1727 100644 --- a/os/hal/include/sdc.h +++ b/os/hal/include/sdc.h @@ -98,7 +98,7 @@ */
/**
* @brief Number of initialization attempts before rejecting the card.
- * @note Attempts are performed at 10mS intevals.
+ * @note Attempts are performed at 10mS intervals.
*/
#if !defined(SDC_INIT_RETRY) || defined(__DOXYGEN__)
#define SDC_INIT_RETRY 100
|