[Skiboot] [PATCH V2 1/3] doc : Typos correction

Mukesh Ojha mukesh02 at linux.vnet.ibm.com
Thu Jul 14 16:42:32 AEST 2016


uncomppressed -> uncompressed
fatten -> flatten

Signed-off-by: Mukesh Ojha <mukesh02 at linux.vnet.ibm.com>
Reviewed-by: Vasant Hegde <hegdevasant at linux.vnet.ibm.com>
---
Changes in V2:
 - Removes the extra line added.

 doc/opal-spec.txt | 2 +-
 doc/overview.txt  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/opal-spec.txt b/doc/opal-spec.txt
index ea76e59..8726f0c 100644
--- a/doc/opal-spec.txt
+++ b/doc/opal-spec.txt
@@ -92,7 +92,7 @@ to as skiroot.
 The OPAL Specification explicitly allows variation in this payload.
 
 A requirement of the payload is that it MUST support loading and booting
-an uncomppressed vmlinux Linux kernel.
+an uncompressed vmlinux Linux kernel.
 [TODO: expand on what this actually means]
 
 An OPAL system MUST pass a device tree to the host kernel.
diff --git a/doc/overview.txt b/doc/overview.txt
index 760f391..339163f 100644
--- a/doc/overview.txt
+++ b/doc/overview.txt
@@ -42,7 +42,7 @@ Essentially, we do this by doing an atomic fetch and inc and whoever gets 0
 gets to be the master.
 
 When we enter skiboot we also get a memory location in a register which
-is the location of a device tree for the system. We fatten out the device
+is the location of a device tree for the system. We flatten out the device
 tree, turning offsets into real pointers and manipulating it where needed.
 We re-flatten the device tree before booting the OS (Linux).
 
-- 
2.7.4



More information about the Skiboot mailing list