From 3ed521464e99a8ff2f8d438592a605a716a268e2 Mon Sep 17 00:00:00 2001 From: Aaron Ouellette Date: Thu, 12 Nov 2015 21:20:02 -0500 Subject: [PATCH] another grammar fix --- Misc/contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/contribute.md b/Misc/contribute.md index f4f8d4e..da7bfed 100644 --- a/Misc/contribute.md +++ b/Misc/contribute.md @@ -452,7 +452,7 @@ It's important that your email be in the [plain text](https://en.wikipedia.org/w [PATCH v2] staging/dgap: Use strpbrk() instead of dgap_sindex() ``` -Also it must contain changelog that will describe all changes changes from previous patch versions. Of course, this is not an exhaustive list of requirements for Linux kernel development, but some of the most important items were addressed. +Also it must contain a changelog that describes all changes from previous patch versions. Of course, this is not an exhaustive list of requirements for Linux kernel development, but some of the most important items were addressed. Happy Hacking!