Documentation/admin-guide: tainted-kernels: Fix typo occured
authorNaoki Hayama <naoki.hayama@lineo.co.jp>
Mon, 12 Oct 2020 08:24:41 +0000 (17:24 +0900)
committerJonathan Corbet <corbet@lwn.net>
Mon, 12 Oct 2020 19:14:07 +0000 (13:14 -0600)
Fix typo.
s/occured/occurred/

Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp>
Link: https://lore.kernel.org/r/20201012082441.5831-1-naoki.hayama@lineo.co.jp
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/admin-guide/tainted-kernels.rst

index abf8047..f718a2e 100644 (file)
@@ -130,7 +130,7 @@ More detailed explanation for tainting
  5)  ``B`` If a page-release function has found a bad page reference or some
      unexpected page flags. This indicates a hardware problem or a kernel bug;
      there should be other information in the log indicating why this tainting
-     occured.
+     occurred.
 
  6)  ``U`` if a user or user application specifically requested that the
      Tainted flag be set, ``' '`` otherwise.