Browse Source

Merge pull request #303 from Jordymalone/fix_grammatical_error

Fix grammar in virtual input device driver section
Jim Huang 2 weeks ago
parent
commit
96768bd672
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lkmpg.tex

+ 1 - 1
lkmpg.tex

@@ -2055,7 +2055,7 @@ After that, registers it by calling \cpp|input_register_device()|.
 
 
 Here is an example, vinput,
 Here is an example, vinput,
 It is an API to allow easy development of virtual input drivers.
 It is an API to allow easy development of virtual input drivers.
-The drivers needs to export a \cpp|vinput_device()| that contains the virtual device name and \cpp|vinput_ops| structure that describes:
+The driver needs to export a \cpp|vinput_device()| that contains the virtual device name and \cpp|vinput_ops| structure that describes:
 
 
 \begin{itemize}
 \begin{itemize}
     \item the init function: \cpp|init()|
     \item the init function: \cpp|init()|