summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorHolger Schurig <holgerschurig@gmail.com>2014-06-27 13:00:14 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-06-27 21:45:34 +0200
commit421657aab40ceb44abe0b695d7d51a5d6701067f (patch)
treea080f344c338288f4878c976177e2bc11085a5da /Documentation
parent22c0ee7fe3efdc00f314533647777246ed1d5e88 (diff)
downloadbarebox-421657aab40ceb44abe0b695d7d51a5d6701067f.tar.gz
barebox-421657aab40ceb44abe0b695d7d51a5d6701067f.tar.xz
doc: filesystemtype -> filesystem type
Signed-off-by: Holger Schurig <holgerschurig@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/filesystems/ramfs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/ramfs.rst b/Documentation/filesystems/ramfs.rst
index c2e1e831e2..2921a35e68 100644
--- a/Documentation/filesystems/ramfs.rst
+++ b/Documentation/filesystems/ramfs.rst
@@ -3,7 +3,7 @@
RAM filesystem
==============
-ramfs is a simple malloc based filesystem. An instance of ramfs is mounted during startup on /. The filesystemtype passed to mount is 'ramfs'
+ramfs is a simple malloc based filesystem. An instance of ramfs is mounted during startup on /. The filesystem type passed to mount is 'ramfs'
example::