aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/SubmitChecklist
diff options
context:
space:
mode:
authorJames Bowes <jbowes@dangerouslyinc.com>2007-10-20 03:13:09 +0200
committerAdrian Bunk <bunk@kernel.org>2007-10-20 03:13:09 +0200
commit80abe55b53028bd082bdc69c497fe734e6057538 (patch)
tree486040ab23bec255fa71e9415a94bb6887f7adfa /Documentation/SubmitChecklist
parentTypo: depricated -> deprecated (diff)
downloadlinux-dev-80abe55b53028bd082bdc69c497fe734e6057538.tar.xz
linux-dev-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 '')
-rw-r--r--Documentation/SubmitChecklist2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/SubmitChecklist b/Documentation/SubmitChecklist
index 19e7f65c269f..34e06d2f194f 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.