aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/Lib/FATFs/ff.c
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/Webserver/Lib/FATFs/ff.c')
-rw-r--r--Projects/Webserver/Lib/FATFs/ff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/Webserver/Lib/FATFs/ff.c b/Projects/Webserver/Lib/FATFs/ff.c
index cd01f46c0..1e53131a6 100644
--- a/Projects/Webserver/Lib/FATFs/ff.c
+++ b/Projects/Webserver/Lib/FATFs/ff.c
@@ -114,7 +114,7 @@
#endif
-/* Reentrancy related */
+/* Re-entrancy related */
#if _FS_REENTRANT
#if _USE_LFN == 1
#error Static LFN work area must not be used in re-entrant configuration.