Skip to content

Commit 52beb73

Browse files
authored
Merge pull request #323 from algonell/master
Add missing 'is'
2 parents 9ad45ce + 02f6f19 commit 52beb73

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
@@ -1148,7 +1148,7 @@ \section{The /proc File System}
11481148

11491149
Because we don't get called when the file is opened or closed, there's nowhere for us to put \cpp|try_module_get| and \cpp|module_put| in this module, and if the file is opened and then the module is removed, there's no way to avoid the consequences.
11501150

1151-
Here a simple example showing how to use a \verb|/proc| file.
1151+
Here is a simple example showing how to use a \verb|/proc| file.
11521152
This is the HelloWorld for the \verb|/proc| filesystem.
11531153
There are three parts: create the file \verb|/proc/helloworld| in the function \cpp|init_module|, return a value (and a buffer) when the file \verb|/proc/helloworld| is read in the callback function \cpp|procfile_read|, and delete the file \verb|/proc/helloworld| in the function \cpp|cleanup_module|.
11541154

0 commit comments

Comments
 (0)