diff --git a/index.html b/index.html
index 695ca63..f2fcbca 100644
--- a/index.html
+++ b/index.html
@@ -1271,7 +1271,7 @@ the structure which you do not explicitly assign will be initialized to
, open
, … system calls is commonly named fops
.
-
Sin Linux v5.6, the proc_ops
+
Since Linux v5.6, the proc_ops
structure was introduced to replace the use of the
file_operations
structure when registering proc handlers.
diff --git a/lkmpg-for-ht.html b/lkmpg-for-ht.html
index 695ca63..f2fcbca 100644
--- a/lkmpg-for-ht.html
+++ b/lkmpg-for-ht.html
@@ -1271,7 +1271,7 @@ the structure which you do not explicitly assign will be initialized to
, open
, … system calls is commonly named fops
.
-
Sin Linux v5.6, the proc_ops
+
Since Linux v5.6, the proc_ops
structure was introduced to replace the use of the
file_operations
structure when registering proc handlers.