aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2015-12-28 05:06:55 -0500
committerJonathan Corbet <corbet@lwn.net>2016-01-11 20:18:16 -0500
commit9a2885e662bcbdcbc473f207b481c65b8620537b (patch)
tree13853decde56a4c1b10a4d53c6364e324f8a1768
parentb03539665d4bd4bdb2a7dd5f65cdbd7a24cc3f1c (diff)
Documentation: fix typo in CodingStyle
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>
-rw-r--r--Documentation/CodingStyle2
1 files changed, 1 insertions, 1 deletions
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:
430 return result; 430 return result;
431 } 431 }
432 432
433A common type of bug to be aware of it "one err bugs" which look like this: 433A common type of bug to be aware of is "one err bugs" which look like this:
434 434
435 err: 435 err:
436 kfree(foo->bar); 436 kfree(foo->bar);