[FE training-materials-updates] kernel labs: fix typo

Michael Opdenacker michael.opdenacker at free-electrons.com
Thu Oct 3 10:15:06 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=885350626ab42eca7a8bf7799eaf7159aa1950bd

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

commit 885350626ab42eca7a8bf7799eaf7159aa1950bd
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Thu Oct 3 10:14:34 2013 +0200

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


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

885350626ab42eca7a8bf7799eaf7159aa1950bd
 labs/kernel-module-simple/kernel-module-simple.tex |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/kernel-module-simple/kernel-module-simple.tex b/labs/kernel-module-simple/kernel-module-simple.tex
index b4b44aa..33b0baf 100644
--- a/labs/kernel-module-simple/kernel-module-simple.tex
+++ b/labs/kernel-module-simple/kernel-module-simple.tex
@@ -142,7 +142,7 @@ git commit -as
 \end{verbatim}
 
 \begin{itemize}
-\item \code{git commit -A} adds (or removes) files to the next commit
+\item \code{git add -A} adds (or removes) files to the next commit
       (except for files explicitely ignored, such as generated ones).
 \item \code{git commit -a} creates a commit with all modified files
       (at least the ones tracked by the repository) since the previous



More information about the training-materials-updates mailing list