[FE training-materials-updates] Fix typo and indent

Gregory Clement gregory.clement at free-electrons.com
Fri Mar 28 17:20:03 CET 2014


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=70eb8d8385723f72496c3df7e1abd069f4d07466

>---------------------------------------------------------------

commit 70eb8d8385723f72496c3df7e1abd069f4d07466
Author: Gregory CLEMENT <gregory.clement at free-electrons.com>
Date:   Fri Mar 28 17:19:33 2014 +0100

    Fix typo and indent
    
    Signed-off-by: Gregory CLEMENT <gregory.clement at free-electrons.com>


>---------------------------------------------------------------

70eb8d8385723f72496c3df7e1abd069f4d07466
 .../sysdev-flash-filesystems.tex                   |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex b/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
index ae1262a..4b7aed0 100644
--- a/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -1,4 +1,4 @@
-\subchapter{Filesystems - Flash file systems}{Objective: Understand flash file systems usage and their integration on the target}
+bg\subchapter{Filesystems - Flash file systems}{Objective: Understand flash file systems usage and their integration on the target}
 
 After this lab, you will be able to:
 \begin{itemize}
@@ -76,9 +76,9 @@ as for the data filesystem.
 Look at the way default flash partitions are defined in the board
 Device Tree sources (\code{arch/arm/boot/dts/omap3-igep0020.dts}).
 
-However, they do not match the way we wish to rganize our flash storage.
-Therefore, we will define our own partitions at boot time, on the
-kernel command line.
+However, they do not match the way we wish to organize our flash
+storage. Therefore, we will define our own partitions at boot time,
+on the kernel command line.
 
 Enter the U-Boot shell and erase NAND flash, from offset 0x300000,
 up to the end of the NAND flash storage. You'll have to compute the



More information about the training-materials-updates mailing list