[FE training-materials-updates] Replace "busses" by "buses"

Michael Opdenacker michael.opdenacker at free-electrons.com
Sat May 24 08:41:45 CEST 2014


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

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

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

commit 7ba51a421de5e70d76f557439c11f23517caf4c1
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Sat May 24 08:39:36 2014 +0200

    Replace "busses" by "buses"
    
    - "Buses" is since long ago the most common form
    - Reported by Robert P.J. Day (thanks!)
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

7ba51a421de5e70d76f557439c11f23517caf4c1
 agenda/android-agenda.tex                          |    2 +-
 agenda/buildroot-agenda.tex                        |    2 +-
 agenda/kernel-agenda.tex                           |    2 +-
 agenda/yocto-agenda.tex                            |    2 +-
 .../beagleboneblack-board.tex                      |    2 +-
 slides/kernel-device-model/kernel-device-model.tex |    6 +++---
 slides/sysdev-intro/sysdev-intro.tex               |    2 +-
 7 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/agenda/android-agenda.tex b/agenda/android-agenda.tex
index 7c6dd5e..a3717be 100644
--- a/agenda/android-agenda.tex
+++ b/agenda/android-agenda.tex
@@ -111,7 +111,7 @@ Android System Development Training\\
   \item 2 GB of on-board eMMC storage
   \item USB host and device
   \item HDMI output
-  \item 2 x 46 pins headers, to access UARTs, SPI busses, I2C busses
+  \item 2 x 46 pins headers, to access UARTs, SPI buses, I2C buses
     and more.
   \end{itemize}
 }
diff --git a/agenda/buildroot-agenda.tex b/agenda/buildroot-agenda.tex
index c5409d6..d2f3f5c 100644
--- a/agenda/buildroot-agenda.tex
+++ b/agenda/buildroot-agenda.tex
@@ -112,7 +112,7 @@ Buildroot training\\
   \item 2 GB of on-board eMMC storage
   \item USB host and device
   \item HDMI output
-  \item 2 x 46 pins headers, to access UARTs, SPI busses, I2C busses
+  \item 2 x 46 pins headers, to access UARTs, SPI buses, I2C buses
     and more.
   \end{itemize}
 }
diff --git a/agenda/kernel-agenda.tex b/agenda/kernel-agenda.tex
index 1e3fef6..a420aff 100644
--- a/agenda/kernel-agenda.tex
+++ b/agenda/kernel-agenda.tex
@@ -126,7 +126,7 @@ Embedded Linux kernel and driver development training\\
   \item 2 GB of on-board eMMC storage
   \item USB host and device
   \item HDMI output
-  \item 2 x 46 pins headers, to access UARTs, SPI busses, I2C busses
+  \item 2 x 46 pins headers, to access UARTs, SPI buses, I2C buses
     and more.
   \end{itemize}
 }
diff --git a/agenda/yocto-agenda.tex b/agenda/yocto-agenda.tex
index 2027c95..69584da 100644
--- a/agenda/yocto-agenda.tex
+++ b/agenda/yocto-agenda.tex
@@ -111,7 +111,7 @@ Yocto Project and OpenEmbedded training\\
   \item 2 GB of on-board eMMC storage
   \item USB host and device
   \item HDMI output
-  \item 2 x 46 pins headers, to access UARTs, SPI busses, I2C busses
+  \item 2 x 46 pins headers, to access UARTs, SPI buses, I2C buses
     and more.
   \end{itemize}
 }
diff --git a/slides/beagleboneblack-board/beagleboneblack-board.tex b/slides/beagleboneblack-board/beagleboneblack-board.tex
index 809d8c1..a0adc27 100644
--- a/slides/beagleboneblack-board/beagleboneblack-board.tex
+++ b/slides/beagleboneblack-board/beagleboneblack-board.tex
@@ -14,7 +14,7 @@
       \item USB host and USB device ports
       \item microSD slot
       \item HDMI port
-      \item 2 x 46 pins headers, with access to many expansion busses
+      \item 2 x 46 pins headers, with access to many expansion buses
         (I2C, SPI, UART and more)
       \item A huge number of expansion boards, called {\em capes}.
         See \url{http://beagleboardtoys.com/}.
diff --git a/slides/kernel-device-model/kernel-device-model.tex b/slides/kernel-device-model/kernel-device-model.tex
index 4c1e67d..3d4e8df 100644
--- a/slides/kernel-device-model/kernel-device-model.tex
+++ b/slides/kernel-device-model/kernel-device-model.tex
@@ -56,7 +56,7 @@
     \begin{itemize}
     \item First look at a popular bus that offers dynamic enumeration,
       the {\em USB bus}
-    \item Continue by studying how busses that do not offer dynamic
+    \item Continue by studying how buses that do not offer dynamic
       enumerations are handled.
     \end{itemize}
   \end{itemize}
@@ -293,12 +293,12 @@ static int rtl8150_probe(struct usb_interface *intf,
 
 \subsection{Platform drivers}
 
-\begin{frame}{Non-discoverable busses}
+\begin{frame}{Non-discoverable buses}
   \begin{itemize}
   \item On embedded systems, devices are often not connected through a
     bus allowing enumeration, hotplugging, and providing unique
     identifiers for devices.
-  \item For example, the devices on I2C busses or SPI busses, or the
+  \item For example, the devices on I2C buses or SPI buses, or the
     devices directly part of the system-on-chip.
   \item However, we still want all of those devices to be part of the
     device model.
diff --git a/slides/sysdev-intro/sysdev-intro.tex b/slides/sysdev-intro/sysdev-intro.tex
index e600972..3de94f0 100644
--- a/slides/sysdev-intro/sysdev-intro.tex
+++ b/slides/sysdev-intro/sysdev-intro.tex
@@ -254,7 +254,7 @@
   \frametitle{Communication}
   \begin{itemize}
   \item The Linux kernel has support for many common communication
-    busses
+    buses
     \begin{itemize}
     \item I2C
     \item SPI



More information about the training-materials-updates mailing list