[FE training-materials-updates] buildroot labs: fix typos

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue May 5 18:46:31 CEST 2015


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

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

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

commit 9e85e879eaa1821ce70ae898f719a87127ae2167
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Tue May 5 18:46:15 2015 +0200

    buildroot labs: fix typos
    
    Reported-by: Gustavo Zacarias <gustavo.zacarias at free-electrons.com>
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

9e85e879eaa1821ce70ae898f719a87127ae2167
 labs/buildroot-basic/buildroot-basic.tex   | 2 +-
 labs/buildroot-rootfs/buildroot-rootfs.tex | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/buildroot-basic/buildroot-basic.tex b/labs/buildroot-basic/buildroot-basic.tex
index 35efede..dc18d95 100644
--- a/labs/buildroot-basic/buildroot-basic.tex
+++ b/labs/buildroot-basic/buildroot-basic.tex
@@ -85,7 +85,7 @@ Now, let's do the configuration:
     \code{VFPv3-D16} is a sane default for the {\em Floating Point
       Unit}, and using the \code{ARM} instruction set is also a good
     default (we could use the \code{Thumb-2} instruction set for
-    slightly for compact code).
+    slightly more compact code).
 
   \end{itemize}
 
diff --git a/labs/buildroot-rootfs/buildroot-rootfs.tex b/labs/buildroot-rootfs/buildroot-rootfs.tex
index a144129..71e745b 100644
--- a/labs/buildroot-rootfs/buildroot-rootfs.tex
+++ b/labs/buildroot-rootfs/buildroot-rootfs.tex
@@ -345,7 +345,7 @@ accelerometer), when moving the joystick and pushing the buttons.
 \section{Add and use {\em input-tools}}
 
 Since the raw events from the Nunchuk are not very convenient to read,
-let's install an application that will decrypt the raw input events
+let's install an application that will decode the raw input events
 and display them in a more human readable format: \code{evtest}.
 
 Enable this package in Buildroot, restart the build, reflash the root



More information about the training-materials-updates mailing list