aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports')
-rw-r--r--os/hal/ports/STM32/LLD/sdc_lld.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/ports/STM32/LLD/sdc_lld.h b/os/hal/ports/STM32/LLD/sdc_lld.h
index ddca0e578..8c0f7eb4c 100644
--- a/os/hal/ports/STM32/LLD/sdc_lld.h
+++ b/os/hal/ports/STM32/LLD/sdc_lld.h
@@ -227,8 +227,8 @@ typedef struct {
* procedures (temporal storage for EXT_CSD, etc.).
* @note Buffer must be word aligned and big enough to store 512 bytes.
* @note It is mandatory for MMC bigger than 2GB.
- * @note Memory can be freed after @p sdcConnect function call. Do not
- * forge to set this pointer to @p NULL after freeing.
+ * @note Memory can be freed after @p sdcConnect return. Do not
+ * forget to set this pointer to @p NULL after freeing.
*/
uint8_t *scratchpad;
} SDCConfig;