Skip to content

Commit

Permalink
kernel-device-model: Fix trivial typo
Browse files Browse the repository at this point in the history
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
  • Loading branch information
miquelraynal committed Jun 17, 2021
1 parent 7d285e3 commit 9b80432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slides/kernel-device-model/kernel-device-model.tex
Expand Up @@ -42,7 +42,7 @@ \subsection{Introduction}
\item The {\em device model} is organized around three main data
structures:
\begin{itemize}
\item The \kstruct{bus_type} structure, which represent one type of bus
\item The \kstruct{bus_type} structure, which represents one type of bus
(USB, PCI, I2C, etc.)
\item The \kstruct{device_driver} structure, which represents one driver
capable of handling certain devices on a certain bus.
Expand Down

0 comments on commit 9b80432

Please sign in to comment.