1
0
Kuan-Wei Chiu 1 жил өмнө
parent
commit
ee617a1e53
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      lkmpg.tex

+ 1 - 1
lkmpg.tex

@@ -1066,7 +1066,7 @@ Once we finish the initialization, we can add the char device to the system by u
 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}