Documentation: fix typo in CodingStyle
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>
Mon, 28 Dec 2015 10:06:55 +0000 (11:06 +0100)
committerJonathan Corbet <corbet@lwn.net>
Tue, 12 Jan 2016 01:18:16 +0000 (18:18 -0700)
Simple typo: "it" for "is".

Signed-off-by: Manuel Pégourié-Gonnard <mpg@elzevir.fr>
Cc: Trivial Patch Monkey <trivial@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/CodingStyle

index c06f817..db65377 100644 (file)
@@ -430,7 +430,7 @@ The rationale for using gotos is:
                return result;
        }
 
-A common type of bug to be aware of it "one err bugs" which look like this:
+A common type of bug to be aware of is "one err bugs" which look like this:
 
        err:
                kfree(foo->bar);