diff options
author | James Bowes <jbowes@dangerouslyinc.com> | 2007-10-20 03:13:09 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2007-10-20 03:13:09 +0200 |
commit | 80abe55b53028bd082bdc69c497fe734e6057538 (patch) | |
tree | 486040ab23bec255fa71e9415a94bb6887f7adfa /Documentation/SubmitChecklist | |
parent | 405bbe9fa345050f46c411d77727f381d74a2ba8 (diff) | |
download | linux-3.10-80abe55b53028bd082bdc69c497fe734e6057538.tar.gz linux-3.10-80abe55b53028bd082bdc69c497fe734e6057538.tar.bz2 linux-3.10-80abe55b53028bd082bdc69c497fe734e6057538.zip |
Documentation: Fix typo in SubmitChecklist.
Signed-off-by: James Bowes <jbowes@dangerouslyinc.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'Documentation/SubmitChecklist')
-rw-r--r-- | Documentation/SubmitChecklist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/SubmitChecklist b/Documentation/SubmitChecklist index 19e7f65c269..34e06d2f194 100644 --- a/Documentation/SubmitChecklist +++ b/Documentation/SubmitChecklist @@ -67,7 +67,7 @@ kernel patches. 20: Check that it all passes `make headers_check'. 21: Has been checked with injection of at least slab and page-allocation - fauilures. See Documentation/fault-injection/. + failures. See Documentation/fault-injection/. If the new code is substantial, addition of subsystem-specific fault injection might be appropriate. |