diff mbox series

[U-Boot] README.sandbox: small typos

Message ID 20180430231305.10879-1-twoerner@gmail.com
State Accepted
Commit 1f154a63183d9dec1a2c8f3b2db0ed970df35093
Delegated to: Tom Rini
Headers show
Series [U-Boot] README.sandbox: small typos | expand

Commit Message

Trevor Woerner April 30, 2018, 11:13 p.m. UTC
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 board/sandbox/README.sandbox | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Tom Rini May 6, 2018, 9:12 p.m. UTC | #1
On Mon, Apr 30, 2018 at 07:13:05PM -0400, Trevor Woerner wrote:

> Signed-off-by: Trevor Woerner <twoerner@gmail.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/board/sandbox/README.sandbox b/board/sandbox/README.sandbox
index 760866f1c3..8250073c38 100644
--- a/board/sandbox/README.sandbox
+++ b/board/sandbox/README.sandbox
@@ -106,8 +106,8 @@  recreate the binary file.
 
 To execute commands directly, use the -c option. You can specify a single
 command, or multiple commands separated by a semicolon, as is normal in
-U-Boot. Be careful with quoting as the shall will normally process and
-swallow quotes. When -c is used, U-Boot exists after the command is complete,
+U-Boot. Be careful with quoting as the shell will normally process and
+swallow quotes. When -c is used, U-Boot exits after the command is complete,
 but you can force it to go to interactive mode instead with -i.
 
 
@@ -188,7 +188,7 @@  U-Boot sandbox supports these emulations:
 - SPI flash
 - TPM (Trusted Platform Module)
 
-A wide range of commands is implemented. Filesystems which use a block
+A wide range of commands are implemented. Filesystems which use a block
 device are supported.
 
 Also sandbox supports driver model (CONFIG_DM) and associated commands.
@@ -245,7 +245,7 @@  dhcp
 set serverip WWW.XXX.YYY.ZZZ
 tftpboot u-boot.bin
 
-The bridge also support (to a lesser extent) the localhost inderface, 'lo'.
+The bridge also supports (to a lesser extent) the localhost interface, 'lo'.
 
 The 'lo' interface cannot use the RAW AF_PACKET API because the lo interface
 doesn't support Ethernet-level traffic. It is a higher-level interface that is