X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=Documentation%2FCodingStyle;h=db653774c0b74fe5f3a98598b5b68d6c10a20e34;hb=6b87b70c5339f30e3c5b32085e69625906513dc2;hp=c06f817b3091cdb6e4be6e91dbbb98210177b370;hpb=8f6c5b079cb37f01463a643182815c00aa5263f2;p=deliverable%2Flinux.git 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);