summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2020-10-20 05:29:33 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-10-21 11:50:43 +0200
commitb357c7088d3a3e47a8fdd2ea737bf80e0bfca3cd (patch)
tree3d3104de87b57ec2a0373ea88b5c492845c67b70 /Documentation/filesystems
parentdf5840be03ca6f3ac1ef39afc47b5fed8e98b019 (diff)
downloadbarebox-b357c7088d3a3e47a8fdd2ea737bf80e0bfca3cd.tar.gz
barebox-b357c7088d3a3e47a8fdd2ea737bf80e0bfca3cd.tar.xz
Documentation: smhfs: fix some typos
There are a few typos in the document. Fix them. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r--Documentation/filesystems/smhfs.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/filesystems/smhfs.rst b/Documentation/filesystems/smhfs.rst
index 8f8a0ec6b7..f70ca6015f 100644
--- a/Documentation/filesystems/smhfs.rst
+++ b/Documentation/filesystems/smhfs.rst
@@ -8,12 +8,12 @@ File I/O over ARM semihosting support
Target Side Setup
-----------------
-barebox can communicate with debug programms attached via SWD/JTAG by
+barebox can communicate with debug programs attached via SWD/JTAG by
means of ARM semihosting protocol.
-Not all of the I/O primitives neccessary to implement a full
+Not all of the I/O primitives necessary to implement a full
filesystem are exposed in ARM semihosting API and because of that some
-aspects of filesystem funcionality are missing. Implementation does
+aspects of filesystem functionality are missing. Implementation does
not have support for listing directories. This means a
:ref:`command_ls` to a SMHFS-mounted path will show an empty
directory. Nevertheless, the files are there.
@@ -29,7 +29,7 @@ Host Side Setup
---------------
FIXME: Currently OpenOCD does not work correctly if Barebox is built
-with MMU enabled, so before using this featrue, please make sure that
+with MMU enabled, so before using this feature, please make sure that
MMU is disabled in your particular configuration
To make semihosting work host machine connected to the target via