[FE training-materials-updates] Fix typo

Maxime Ripard maxime.ripard at free-electrons.com
Thu Oct 3 18:00:48 CEST 2013


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

On branch  : kernel-ng
Link       : http://git.free-electrons.com/training-materials/commit/?id=7451baedc2dcfbe6ac32fb3e632d711b799a8dee

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

commit 7451baedc2dcfbe6ac32fb3e632d711b799a8dee
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Thu Oct 3 17:59:40 2013 +0200

    Fix typo
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


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

7451baedc2dcfbe6ac32fb3e632d711b799a8dee
 .../kernel-i2c-communication.tex                   |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/kernel-i2c-communication/kernel-i2c-communication.tex b/labs/kernel-i2c-communication/kernel-i2c-communication.tex
index 45293b7..4838c45 100644
--- a/labs/kernel-i2c-communication/kernel-i2c-communication.tex
+++ b/labs/kernel-i2c-communication/kernel-i2c-communication.tex
@@ -71,7 +71,7 @@ I2C Block Read                   yes
 You can see that the {\em SMBus Quick Commands} are not available on
 this driver, yet \code{i2cdetect} uses them by default to scan the i2c
 bus. You can use \code{i2cdetect -r} to use the usual set of i2c
-commands, and by able to detect the devices on your bus.
+commands, and be able to detect the devices on your bus.
 
 To test if everything works fine, run \code{i2cdetect -r 1}. This will
 scan the \code{i2c1} bus for devices. You should see a device at the



More information about the training-materials-updates mailing list