[FE training-materials-updates] sysdev kernel lab: minor punctuation fix

Michael Opdenacker michael.opdenacker at free-electrons.com
Tue Oct 15 16:40:27 CEST 2013


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

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

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

commit 95bb527abfd1b699762ba49f8884ffdffd0d74e5
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Tue Oct 15 16:39:21 2013 +0200

    sysdev kernel lab: minor punctuation fix
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

95bb527abfd1b699762ba49f8884ffdffd0d74e5
 .../sysdev-kernel-cross-compiling.tex              |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex b/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex
index a3bdf22..e688b74 100644
--- a/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex
+++ b/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex
@@ -222,7 +222,7 @@ bootm 0x80000000 - 0x81000000
 \end{verbatim}
 
 \code{nboot} copies the kernel to RAM, using the \code{uImage} headers
-to know how many bytes to copy. \footnote{\code{nboot} can save a lot 
+to know how many bytes to copy \footnote{\code{nboot} can save a lot 
 of boot time, as it avoids having to copy a pessimistic number of
 bytes from flash to RAM. Note that U-boot is not always configured
 with \code{nboot} support.}.



More information about the training-materials-updates mailing list