[FE training-materials-updates] Kernel labs: fix tiny typos

Michael Opdenacker michael.opdenacker at free-electrons.com
Tue Feb 4 16:24:21 CET 2014


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

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

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

commit 9790825319867d8090fc4edb8cab2c9ebff54e9d
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Tue Feb 4 16:23:48 2014 +0100

    Kernel labs: fix tiny typos
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

9790825319867d8090fc4edb8cab2c9ebff54e9d
 labs/kernel-serial-iomem/kernel-serial-iomem.tex   |    2 +-
 labs/kernel-serial-output/kernel-serial-output.tex |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/kernel-serial-iomem/kernel-serial-iomem.tex b/labs/kernel-serial-iomem/kernel-serial-iomem.tex
index 76e8266..6ae1b76 100644
--- a/labs/kernel-serial-iomem/kernel-serial-iomem.tex
+++ b/labs/kernel-serial-iomem/kernel-serial-iomem.tex
@@ -34,7 +34,7 @@ need to add the corresponding descriptions to the board Device Tree.
 First, open the board reference manual and find the connectors
 and pinmux modes for UART2 and UART4.
 
-Using an new USB-serial cable with male connectors, provided by your
+Using a new USB-serial cable with male connectors, provided by your
 instructor, connect your PC to UART2. The wire colors are the same
 as for the cable that you're using for the console:
 
diff --git a/labs/kernel-serial-output/kernel-serial-output.tex b/labs/kernel-serial-output/kernel-serial-output.tex
index 8404194..56bdbae 100644
--- a/labs/kernel-serial-output/kernel-serial-output.tex
+++ b/labs/kernel-serial-output/kernel-serial-output.tex
@@ -154,7 +154,7 @@ whole class!
 
 Make sure that both UART devices work on the same way.
 
-You'll quickly discover than newlines do not work properly. To fix
+You'll quickly discover that newlines do not work properly. To fix
 this, when the userspace application sends \verb+"\n"+, you must send
 \verb+"\n\r"+ to the serial port.
 



More information about the training-materials-updates mailing list