Documentation/admin-guide: tainted-kernels: fix spelling mistake
authorYue Hu <huyue2@yulong.com>
Sat, 25 Jul 2020 02:24:44 +0000 (10:24 +0800)
committerJonathan Corbet <corbet@lwn.net>
Mon, 27 Jul 2020 22:22:58 +0000 (16:22 -0600)
Fix typo "tis" -> "this".

Signed-off-by: Yue Hu <huyue2@yulong.com>
Link: https://lore.kernel.org/r/20200725022444.10976-1-zbestahu@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/admin-guide/tainted-kernels.rst

index 825231b62c952b12f9abc1871f56c8964d5697f1..abf804719890cce7db069806bb3b04684cb08514 100644 (file)
@@ -38,7 +38,7 @@ either letters or blanks. In above example it looks like this::
 
        Tainted: P        W  O
 
-The meaning of those characters is explained in the table below. In tis case
+The meaning of those characters is explained in the table below. In this case
 the kernel got tainted earlier because a proprietary Module (``P``) was loaded,
 a warning occurred (``W``), and an externally-built module was loaded (``O``).
 To decode other letters use the table below.