[FE training-materials-updates] Kernel labs: fix minor typo

Michael Opdenacker michael.opdenacker at free-electrons.com
Thu Oct 9 16:03:56 CEST 2014


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

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

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

commit b29504762eea12dc08dd891bd52798611fb5226a
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Thu Oct 9 16:02:57 2014 +0200

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


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

b29504762eea12dc08dd891bd52798611fb5226a
 labs/kernel-serial-output/kernel-serial-output.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/kernel-serial-output/kernel-serial-output.tex b/labs/kernel-serial-output/kernel-serial-output.tex
index bab9162..cf4383b 100644
--- a/labs/kernel-serial-output/kernel-serial-output.tex
+++ b/labs/kernel-serial-output/kernel-serial-output.tex
@@ -122,7 +122,7 @@ from the \code{miscdevice} structure itself, accessible through the
 \code{private_data} field of the open file structure (\code{file}).
 
 At the time we registered our {\em misc} device, we didn't keep any
-pointeur to the \code{feserial_dev} structure. However, the
+pointer to the \code{feserial_dev} structure. However, the
 \code{miscdevice} structure is accessible, and being a member of the
 \code{feserial_dev} structure, we can use a magic macro to compute
 the address of the parent structure:



More information about the training-materials-updates mailing list