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

Michael Opdenacker michael.opdenacker at free-electrons.com
Tue Dec 3 04:53:08 CET 2013


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

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

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

commit dc008852ab214bc7ccb5ed183f430bae58bfe4f1
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Mon Dec 2 14:24:58 2013 +0100

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


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

dc008852ab214bc7ccb5ed183f430bae58bfe4f1
 .../kernel-sources-exploring.tex                   |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/kernel-sources-exploring/kernel-sources-exploring.tex b/labs/kernel-sources-exploring/kernel-sources-exploring.tex
index 7afc789..08f7803 100644
--- a/labs/kernel-sources-exploring/kernel-sources-exploring.tex
+++ b/labs/kernel-sources-exploring/kernel-sources-exploring.tex
@@ -67,5 +67,5 @@ and choose the Linux version closest to yours.
 If you don't have Internet access, you can use \code{cscope} instead.
 
 As in the previous section, use this tool to find where
-the \code{platform_device_register()} is declared, implemented and
+the \code{platform_device_register()} function is declared, implemented and
 even used.



More information about the training-materials-updates mailing list