summaryrefslogtreecommitdiff
path: root/apps/nshlib/rcS.template
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-01 06:41:30 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-01 06:41:30 -0600
commitb98585a1b1929777a576a5973c17ead28e754318 (patch)
treed09e129452a22a8cc531d59da43898981fa760a3 /apps/nshlib/rcS.template
parentbbd70473faec77cd9a77b410d43b1f1bc3368cc7 (diff)
downloadnuttx-b98585a1b1929777a576a5973c17ead28e754318.tar.gz
nuttx-b98585a1b1929777a576a5973c17ead28e754318.tar.bz2
nuttx-b98585a1b1929777a576a5973c17ead28e754318.zip
Correct spelling: MOUNTPOINT not MOUNTPOUNT. Numerous places. Some are problems. From Woohan Lee
Diffstat (limited to 'apps/nshlib/rcS.template')
-rw-r--r--apps/nshlib/rcS.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/nshlib/rcS.template b/apps/nshlib/rcS.template
index 996f37fb1..452760e22 100644
--- a/apps/nshlib/rcS.template
+++ b/apps/nshlib/rcS.template
@@ -1,5 +1,5 @@
-# Create a RAMDISK and mount it at XXXRDMOUNTPOUNTXXX
+# Create a RAMDISK and mount it at XXXRDMOUNTPOINTXXX
mkrd -m XXXMKRDMINORXXX -s XXMKRDSECTORSIZEXXX XXMKRDBLOCKSXXX
mkfatfs /dev/ramXXXMKRDMINORXXX
-mount -t vfat /dev/ramXXXMKRDMINORXXX XXXRDMOUNTPOUNTXXX
+mount -t vfat /dev/ramXXXMKRDMINORXXX XXXRDMOUNTPOINTXXX