[FE training-materials-updates] Fix a few plurals in English

Michael Opdenacker michael.opdenacker at free-electrons.com
Mon Oct 6 13:57:35 CEST 2014


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

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

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

commit 77ddb27ca1be8ec2a58df4e79c3316afec7292c0
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Mon Oct 6 13:56:46 2014 +0200

    Fix a few plurals in English
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

77ddb27ca1be8ec2a58df4e79c3316afec7292c0
 labs/sysdev-buildroot/sysdev-buildroot.tex                             | 2 +-
 labs/sysdev-u-boot/sysdev-u-boot.tex                                   | 2 +-
 slides/android-introduction-hardware/android-introduction-hardware.tex | 2 +-
 slides/kernel-pinmuxing/kernel-pinmuxing.tex                           | 2 +-
 slides/kernel-source-code-drivers/kernel-source-code-drivers.tex       | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/labs/sysdev-buildroot/sysdev-buildroot.tex b/labs/sysdev-buildroot/sysdev-buildroot.tex
index f8ab9d1..cea7964 100644
--- a/labs/sysdev-buildroot/sysdev-buildroot.tex
+++ b/labs/sysdev-buildroot/sysdev-buildroot.tex
@@ -189,7 +189,7 @@ lab.
 \item Flash the new system on the flash of the board
   \begin{itemize}
   \item First, in buildroot, select the JFFS2 filesystem image type.
-  \item You'll also need to provide buildroot some informations on the
+  \item You'll also need to provide buildroot some information on the
     underlying device that will store the filesystem. In our case, we
     will store it on a NAND, with pages 2kB wide, and with an erase
     size of 128kB.
diff --git a/labs/sysdev-u-boot/sysdev-u-boot.tex b/labs/sysdev-u-boot/sysdev-u-boot.tex
index a4429b8..f12969d 100644
--- a/labs/sysdev-u-boot/sysdev-u-boot.tex
+++ b/labs/sysdev-u-boot/sysdev-u-boot.tex
@@ -115,7 +115,7 @@ cd at91bootstrap
 \end{verbatim}
 
 Then, we first need to configure the build system for our setup. We're
-going to need a few informations for this:
+going to need a few pieces of information for this:
 
 \begin{itemize}
 \item Which board you want to run AT91Bootstrap on
diff --git a/slides/android-introduction-hardware/android-introduction-hardware.tex b/slides/android-introduction-hardware/android-introduction-hardware.tex
index 54fafe5..2ed4a3d 100644
--- a/slides/android-introduction-hardware/android-introduction-hardware.tex
+++ b/slides/android-introduction-hardware/android-introduction-hardware.tex
@@ -5,7 +5,7 @@
   \begin{itemize}
   \item Google produces a document updated every new Android version
     called the Compatibility Definition Document (\emph{CDD}).
-  \item This document provides all the informations you need on the
+  \item This document provides all the information you need on the
     expectations Google have about what should be an Android device
   \item It details both the hardware and the global behaviour of the
     system.
diff --git a/slides/kernel-pinmuxing/kernel-pinmuxing.tex b/slides/kernel-pinmuxing/kernel-pinmuxing.tex
index 9c7e3b9..d2a9b4f 100644
--- a/slides/kernel-pinmuxing/kernel-pinmuxing.tex
+++ b/slides/kernel-pinmuxing/kernel-pinmuxing.tex
@@ -91,7 +91,7 @@ i2c at 11000 {
   \item The description of the configurations is specific to each {\em
       pinctrl driver}. See
     \kerneldoc{devicetree/bindings/pinctrl} for the DT
-    bindings documentations.
+    bindings documentation.
   \end{itemize}
 \end{frame}
 
diff --git a/slides/kernel-source-code-drivers/kernel-source-code-drivers.tex b/slides/kernel-source-code-drivers/kernel-source-code-drivers.tex
index aa81c07..f3f7b28 100644
--- a/slides/kernel-source-code-drivers/kernel-source-code-drivers.tex
+++ b/slides/kernel-source-code-drivers/kernel-source-code-drivers.tex
@@ -234,7 +234,7 @@
     \item Can be swapped out (kernel code cannot be).
     \item Can use floating-point computation.
     \item Less in-kernel complexity.
-    \item Potentially higher performances, especially for
+    \item Potentially higher performance, especially for
       memory-mapped devices, thanks to the avoidance of system calls.
     \end{itemize}
   \item Drawbacks



More information about the training-materials-updates mailing list