summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-29 15:34:31 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-29 15:34:31 -0600
commit0ac2ac1d8196c25465a7b63e3f339fc723f7c4cd (patch)
tree27ddc5f0722822b822accc0cebee19505d9ef16a /nuttx/include
parent42f5d29534eb3199f5d257b8a1c03c3bf26a6996 (diff)
downloadpx4-nuttx-0ac2ac1d8196c25465a7b63e3f339fc723f7c4cd.tar.gz
px4-nuttx-0ac2ac1d8196c25465a7b63e3f339fc723f7c4cd.tar.bz2
px4-nuttx-0ac2ac1d8196c25465a7b63e3f339fc723f7c4cd.zip
SAMA5D4: Add auto-mounter support for HSMCI0
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/nuttx/fs/automount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/nuttx/fs/automount.h b/nuttx/include/nuttx/fs/automount.h
index 12f6f1430..cfc9eb2d6 100644
--- a/nuttx/include/nuttx/fs/automount.h
+++ b/nuttx/include/nuttx/fs/automount.h
@@ -107,7 +107,7 @@ struct automount_lower_s
uint32_t ddelay;
- /* Unmount delay time in sysem clock ticks. If a volume has open
+ /* Unmount delay time in system clock ticks. If a volume has open
* references at the time that the media is removed, then we will be
* unable to unmount it. In that case, hopefully, the clients of the
* mount will eventually fail with file access errors and eventually close