From: Manuel Pégourié-Gonnard Date: Mon, 28 Dec 2015 10:06:55 +0000 (+0100) Subject: Documentation: fix typo in CodingStyle X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=9a2885e662bcbdcbc473f207b481c65b8620537b;p=deliverable%2Flinux.git Documentation: fix typo in CodingStyle Simple typo: "it" for "is". Signed-off-by: Manuel Pégourié-Gonnard Cc: Trivial Patch Monkey Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle index c06f817b3091..db653774c0b7 100644 --- a/Documentation/CodingStyle +++ b/Documentation/CodingStyle @@ -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);