Skip to content

Commit ee617a1

Browse files
committed
Fix typo
1 parent d45485f commit ee617a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lkmpg.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ \subsection{Registering A Device}
10661066
int cdev_add(struct cdev *p, dev_t dev, unsigned count);
10671067
\end{code}
10681068

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

10711071
\subsection{Unregistering A Device}
10721072
\label{sec:unregister_device}

0 commit comments

Comments
 (0)