Skip to content

Commit 87bd0fe

Browse files
committed
fix: codespell issues
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 6132155 commit 87bd0fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ffconf_default_32020.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
/ 1: Enable relative path. f_chdrive() and f_chdir() function are available.
144144
/ 2: f_getcwd() function is available in addition to 1.
145145
/
146-
/ Note that output of the f_readdir() fnction is affected by this option. */
146+
/ Note that output of the f_readdir() function is affected by this option. */
147147

148148

149149
/*---------------------------------------------------------------------------/

src/ffconf_default_68300.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
#define _NORTC_MON 1
264264
#define _NORTC_MDAY 1
265265
#define _NORTC_YEAR 2016
266-
/* The option _FS_NORTC switches timestamp functiton. If the system does not have
266+
/* The option _FS_NORTC switches timestamp function. If the system does not have
267267
/ any RTC function or valid timestamp is not needed, set _FS_NORTC = 1 to disable
268268
/ the timestamp function. All objects modified by FatFs will have a fixed timestamp
269269
/ defined by _NORTC_MON, _NORTC_MDAY and _NORTC_YEAR in local time.

0 commit comments

Comments
 (0)