[bootlin/training-materials updates] master: sysdev/kernel: Fix typos (2b816ee6)

Miquel Raynal miquel.raynal at bootlin.com
Fri Nov 12 09:39:37 CET 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/2b816ee6a53246d39e02480a72c5070669a6cc0b

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

commit 2b816ee6a53246d39e02480a72c5070669a6cc0b
Author: Miquel Raynal <miquel.raynal at bootlin.com>
Date:   Fri Nov 12 09:39:30 2021 +0100

    sysdev/kernel: Fix typos
    
    Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>


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

2b816ee6a53246d39e02480a72c5070669a6cc0b
 slides/sysdev-kernel-building/sysdev-kernel-building.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/sysdev-kernel-building/sysdev-kernel-building.tex b/slides/sysdev-kernel-building/sysdev-kernel-building.tex
index 6aec24a8..cf95f364 100644
--- a/slides/sysdev-kernel-building/sysdev-kernel-building.tex
+++ b/slides/sysdev-kernel-building/sysdev-kernel-building.tex
@@ -181,7 +181,7 @@
         \code{mv defconfig arch/<arch>/configs/myown_defconfig}
       \end{itemize}
     \item This way, you can share a reference configuration inside
-      the kernel sources and other developpers can now get the same
+      the kernel sources and other developers can now get the same
       \code{.config} as you by running \code{make myown_defconfig}
   \end{itemize}
 \end{frame}
@@ -612,7 +612,7 @@ CONFIG_NTFS_RW=y
         The kernel will only use the string received at configuration
         time in \kconfig{CONFIG_CMDLINE}
       \item If \kconfig{CONFIG_CMDLINE_EXTEND} is set:\\
-        The kernel will concatenated both strings
+        The kernel will concatenate both strings
       \end{itemize}
     \end{itemize}
     \column{0.3\textwidth}




More information about the training-materials-updates mailing list