diff options
author | Yue Hu <huyue2@yulong.com> | 2020-07-25 10:24:44 +0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-07-27 16:22:58 -0600 |
commit | 2cb3188bcc1d19219680c2d305c1df898196493e (patch) | |
tree | e840e36226ad9bcce82f0347e4c0f8b2f5b803ed /Documentation/admin-guide/tainted-kernels.rst | |
parent | b4adc7df719e4d5426ece667a43483023dc9f53f (diff) | |
download | linux-stable-2cb3188bcc1d19219680c2d305c1df898196493e.tar.gz linux-stable-2cb3188bcc1d19219680c2d305c1df898196493e.tar.bz2 linux-stable-2cb3188bcc1d19219680c2d305c1df898196493e.zip |
Documentation/admin-guide: tainted-kernels: fix spelling mistake
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>
Diffstat (limited to 'Documentation/admin-guide/tainted-kernels.rst')
-rw-r--r-- | Documentation/admin-guide/tainted-kernels.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/tainted-kernels.rst b/Documentation/admin-guide/tainted-kernels.rst index 825231b62c95..abf804719890 100644 --- a/Documentation/admin-guide/tainted-kernels.rst +++ b/Documentation/admin-guide/tainted-kernels.rst @@ -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. |