Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / Documentation / CodingStyle
index c06f817b3091cdb6e4be6e91dbbb98210177b370..db653774c0b74fe5f3a98598b5b68d6c10a20e34 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);
This page took 0.023725 seconds and 5 git commands to generate.