diff mbox series

[2/2] doc: sifive: Fix spelling of "environment".

Message ID 20200604174204.29684-2-vagrant@debian.org
State Accepted
Commit 6d81eed9fd8071ed783289167ae979de6355b8c4
Delegated to: Tom Rini
Headers show
Series [1/2] cmd: booti: Fix spelling of "environment". | expand

Commit Message

Vagrant Cascadian June 4, 2020, 5:42 p.m. UTC
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
---

 doc/board/sifive/fu540.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Tom Rini June 25, 2020, 2:39 p.m. UTC | #1
On Thu, Jun 04, 2020 at 10:42:02AM -0700, Vagrant Cascadian wrote:

> Signed-off-by: Vagrant Cascadian <vagrant@debian.org>

Applied (back on June 23rd) to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/doc/board/sifive/fu540.rst b/doc/board/sifive/fu540.rst
index 43402cb2e5..39fb8d8990 100644
--- a/doc/board/sifive/fu540.rst
+++ b/doc/board/sifive/fu540.rst
@@ -35,7 +35,7 @@  Building
 --------
 
 1. Add the RISC-V toolchain to your PATH.
-2. Setup ARCH & cross compilation enviornment variable:
+2. Setup ARCH & cross compilation environment variable:
 
 .. code-block:: none
 
@@ -225,7 +225,7 @@  Or if you want to use a compressed kernel image file such as Image.gz
    =>setenv kernel_comp_addr_r 0x90000000
    =>setenv kernel_comp_size 0x500000
 
-By this time, correct kernel image is loaded and required enviornment variables
+By this time, correct kernel image is loaded and required environment variables
 are set. You can proceed to load the ramdisk and device tree from the tftp server
 as well.