summaryrefslogtreecommitdiff
path: root/lib/fatfs/port/freertos/ffsystem.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fatfs/port/freertos/ffsystem.c')
-rw-r--r--lib/fatfs/port/freertos/ffsystem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fatfs/port/freertos/ffsystem.c b/lib/fatfs/port/freertos/ffsystem.c
index 7ca7ecc5..37c31de3 100644
--- a/lib/fatfs/port/freertos/ffsystem.c
+++ b/lib/fatfs/port/freertos/ffsystem.c
@@ -58,7 +58,7 @@ static mtxid Mutex[FF_VOLUMES + 1]; /* Table of mutex ID */
#elif OS_TYPE == 2 /* uc/OS-II */
#include "includes.h"
-static OS_EVENT *Mutex[FF_VOLUMES + 1]; /* Table of mutex pinter */
+static OS_EVENT *Mutex[FF_VOLUMES + 1]; /* Table of mutex pointers */
#elif OS_TYPE == 3 /* FreeRTOS */
#include "freertos/FreeRTOS.h"