Skip to content

Commit 96768bd

Browse files
authored
Merge pull request #303 from Jordymalone/fix_grammatical_error
Fix grammar in virtual input device driver section
2 parents bc785b6 + bf7afe8 commit 96768bd

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
@@ -2055,7 +2055,7 @@ \section{Virtual Input Device Driver}
20552055

20562056
Here is an example, vinput,
20572057
It is an API to allow easy development of virtual input drivers.
2058-
The drivers needs to export a \cpp|vinput_device()| that contains the virtual device name and \cpp|vinput_ops| structure that describes:
2058+
The driver needs to export a \cpp|vinput_device()| that contains the virtual device name and \cpp|vinput_ops| structure that describes:
20592059

20602060
\begin{itemize}
20612061
\item the init function: \cpp|init()|

0 commit comments

Comments
 (0)