Skip to content

Commit e976c32

Browse files
committed
Fix typo
1 parent edf6615 commit e976c32

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
@@ -1220,7 +1220,7 @@ \subsection{Manage /proc file with standard filesystem}
12201220
\subsection{Manage /proc file with seq\_file}
12211221
\label{sec:manage_procfs_with_seq_file}
12221222
As we have seen, writing a \verb|/proc| file may be quite ``complex''.
1223-
So to help people writting \verb|/proc| file, there is an API named \cpp|seq_file| that helps formating a \verb|/proc| file for output.
1223+
So to help people writing \verb|/proc| file, there is an API named \cpp|seq_file| that helps formatting a \verb|/proc| file for output.
12241224
It is based on sequence, which is composed of 3 functions: \cpp|start()|, \cpp|next()|, and \cpp|stop()|.
12251225
The \cpp|seq_file| API starts a sequence when a user read the \verb|/proc| file.
12261226

0 commit comments

Comments
 (0)