[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1451297215-27142-1-git-send-email-mpg@elzevir.fr>
Date: Mon, 28 Dec 2015 11:06:55 +0100
From: Manuel Pégourié-Gonnard <mpg@...evir.fr>
To: corbet@....net
Cc: linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
Manuel Pégourié-Gonnard <mpg@...evir.fr>,
Trivial Patch Monkey <trivial@...nel.org>
Subject: [PATCH] Documentation: fix typo in CodingStyle
Simple typo: "it" for "is".
Signed-off-by: Manuel Pégourié-Gonnard <mpg@...evir.fr>
Cc: Trivial Patch Monkey <trivial@...nel.org>
---
Documentation/CodingStyle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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);
--
2.6.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists