From b6567553008e2e683957add778aa7804bd8683cb Mon Sep 17 00:00:00 2001 From: fennecj Date: Wed, 11 Aug 2021 18:34:23 +0800 Subject: [PATCH] Fix typo --- lkmpg.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lkmpg.tex b/lkmpg.tex index c0eb178..d0a7029 100644 --- a/lkmpg.tex +++ b/lkmpg.tex @@ -831,7 +831,7 @@ The meaning is clear, and you should be aware that any member of the structure w An instance of \cpp|struct file_operations| containing pointers to functions that are used to implement \cpp|read|, \cpp|write|, \cpp|open|, \ldots{} system calls is commonly named \cpp|fops|. -Sin Linux v5.6, the \cpp|proc_ops| structure was introduced to replace the use of the \cpp|file_operations| structure when registering proc handlers. +Since Linux v5.6, the \cpp|proc_ops| structure was introduced to replace the use of the \cpp|file_operations| structure when registering proc handlers. \subsection{The file structure} \label{sec:file_struct}