summaryrefslogtreecommitdiff
path: root/nuttx/fs/fat/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/fat/Kconfig')
-rw-r--r--nuttx/fs/fat/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/fs/fat/Kconfig b/nuttx/fs/fat/Kconfig
index 1831efc77..3f322c626 100644
--- a/nuttx/fs/fat/Kconfig
+++ b/nuttx/fs/fat/Kconfig
@@ -57,7 +57,7 @@ config FAT_DMAMEMORY
allocated each time a FAT file is opened.
Some hardware, however, may require special DMA-capable memory in
- order to perform the the transfers. If FAT_DMAMEMORY is defined
+ order to perform the transfers. If FAT_DMAMEMORY is defined
then the architecture-specific hardware must provide the functions
fat_dma_alloc() and fat_dma_free(): fat_dmalloc() will allocate
DMA-capable memory of the specified size; fat_dmafree() is the