Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
visitorckw committed Sep 3, 2023
1 parent d45485f commit ee617a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lkmpg.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ \subsection{Registering A Device}
int cdev_add(struct cdev *p, dev_t dev, unsigned count);
\end{code}

To find a example using the interface, you can see \verb|ioctl.c| described in section \ref{sec:device_files}.
To find an example using the interface, you can see \verb|ioctl.c| described in section \ref{sec:device_files}.

\subsection{Unregistering A Device}
\label{sec:unregister_device}
Expand Down

0 comments on commit ee617a1

Please sign in to comment.