Commit 80abe55b53028bd082bdc69c497fe734e6057538

Authored by James Bowes
Committed by Adrian Bunk
1 parent 405bbe9fa3

Documentation: Fix typo in SubmitChecklist.

Signed-off-by: James Bowes <jbowes@dangerouslyinc.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

Documentation/SubmitChecklist
... ... @@ -67,7 +67,7 @@
67 67 20: Check that it all passes `make headers_check'.
68 68  
69 69 21: Has been checked with injection of at least slab and page-allocation
70   - fauilures. See Documentation/fault-injection/.
  70 + failures. See Documentation/fault-injection/.
71 71  
72 72 If the new code is substantial, addition of subsystem-specific fault
73 73 injection might be appropriate.