Skip to content

Commit c61f767

Browse files
committed
treewide: Correct a bunch of typos found using codespell
Signed-off-by: Romain Gantois <romain.gantois@bootlin.com>
1 parent 78036ef commit c61f767

91 files changed

Lines changed: 140 additions & 140 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

labs/boot-time-bootloader/boot-time-bootloader.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ \section{Using U-Boot's {\em Falcon} mode}
104104
Now, let's run the final preparation step. We will set the
105105
\code{bootargs} environment variable, load the kernel and DTB, and
106106
use U-Boot's \code{spl export} command to prepare a ready to boot record
107-
with the DTB contents, the \code{bootargs}, the kernel loading addreses
107+
with the DTB contents, the \code{bootargs}, the kernel loading address
108108
and other information that Linux would need to boot. Note that the
109109
U-Boot SPL will still load the \code{uImage} file from the FAT
110110
filesystem in the first partition of the SD card.

labs/boot-time-build-kernel-and-start-system/boot-time-build-kernel-and-start-system.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ \section{Bootloader configuration}
179179
filesystem checks at boot time, depending on how the system was shut
180180
down, switched off or rebooted. Such filesystem checks can add a lot
181181
of jitter from one boot to another, making boot time measurements
182-
unpredicable and difficult to reproduce.
182+
unpredictable and difficult to reproduce.
183183
\end{itemize}
184184

185185
Last but not least, save your changes:

labs/boot-time-init-scripts/boot-time-init-scripts.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ \subsection{Detecting and eliminating unused files}
164164
It doesn't seem to be possible through the kernel command line, so,
165165
all we can do is change this mount option in our init executable.
166166
So, add the following two lines right after the first line at
167-
the begining of the \code{/playvideo} file:
167+
the beginning of the \code{/playvideo} file:
168168
169169
\begin{verbatim}
170170
mount -t proc nodev /proc
@@ -455,7 +455,7 @@ \subsection{Switching to static executables}
455455
This should save a few extra bytes.
456456
457457
Once more, write down the new size of the root filesystem tar archive.
458-
You should observe substancial space reduction. Let's keep this option!
458+
You should observe substantial space reduction. Let's keep this option!
459459
460460
\subsection{Testing}
461461
Boot your system again.

labs/buildroot-appdev/buildroot-appdev.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ \section{Build and run your own application}
7979
pkg-config --list-all
8080
\end{bashinput}
8181
82-
And check you have \code{libconfig} mentionned. You can query the
82+
And check you have \code{libconfig} mentioned. You can query the
8383
compiler and linker flags for \code{libconfig}:
8484
8585
\begin{bashinput}

labs/buildroot-basic-stm32/buildroot-basic-stm32.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ \section{Configuring Buildroot}
219219
220220
\item Select \code{Kconfig} as the \code{Build system}. U-Boot is
221221
transitioning from a situation where all the hardware platforms
222-
were described in C header files to a system where U-Boot re-uses
222+
were described in C header files to a system where U-Boot reuses
223223
the Linux kernel configuration logic. Since we are going to use a
224224
recent enough U-Boot version, we are going to use the latter,
225225
called {\em Kconfig}.

labs/buildroot-basic/buildroot-basic.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ \section{Configuring Buildroot}
211211
212212
\item Select \code{Kconfig} as the \code{Build system}. U-Boot is
213213
transitioning from a situation where all the hardware platforms
214-
were described in C header files to a system where U-Boot re-uses
214+
were described in C header files to a system where U-Boot reuses
215215
the Linux kernel configuration logic. Since we are going to use a
216216
recent enough U-Boot version, we are going to use the latter,
217217
called {\em Kconfig}.

labs/debugging-ebpf-bcc/debugging-ebpf-bcc.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
{\em Notes:
4646
\begin{itemize}
47-
\item Since eBPF subsystem needs root priviledges to be manipulated, you need sudo to run the script
47+
\item Since eBPF subsystem needs root privileges to be manipulated, you need sudo to run the script
4848
\item If you have made some mistakes in your eBPF program, the verifier
4949
will refuse to load it, or worse, it will not even build. BCC makes sure to
5050
print the relevant logs to ease debugging, so make sure to read

labs/debugging-ebpf-libbpf/debugging-ebpf-libbpf.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ \section{Improving our program}
131131
part in this directory, as you will iterate on it. The directory provides a
132132
makefile which automates all build steps performed manually earlier. To use
133133
this makefile, make sure to have your \code{CROSS_COMPILE} variable
134-
properly set, as well as a \code{KDIR} variable pointing to your kernerl
134+
properly set, as well as a \code{KDIR} variable pointing to your kernel
135135
directory:
136136
\begin{bashinput}
137137
export KDIR=/home/$USER/__SESSION_NAME__-labs/buildroot/output/build/linux-%\workingkernel%

labs/debugging-kernel-debugging-frameworks/debugging-kernel-debugging-frameworks.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ \section{Kmemleak}
8484
\end{bashinput}
8585

8686
You can use \code{addr2line} to identify the location in source code of the
87-
lines that did cause the reports. You may need to substract module loading address:
87+
lines that did cause the reports. You may need to subtract module loading address:
8888
you can guess the address by taking a look at \code{/proc/modules} while the module
8989
is loaded.
9090

labs/debugging-kernel-debugging-kexec-kdump-beagleplay/debugging-kernel-debugging-kexec-kdump-beagleplay.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ \subsection{Configuring kexec}
6161

6262
\textbf{Note:} it would have been very convenient to be able to retrieve
6363
the vmcore file over the network (e.g. using SSH), but as we are just
64-
restarting a new kernel without going throught the nominal boot chain, many
64+
restarting a new kernel without going through the nominal boot chain, many
6565
peripherals are not going to work correctly. This issue is due to other
6666
firmwares running on the board that are not properly reinitialized, and so
6767
refusing to reinit peripherals. The AM625 internal switch is one of those

0 commit comments

Comments
 (0)