瀏覽代碼

another grammar fix

Aaron Ouellette 9 年之前
父節點
當前提交
3ed521464e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Misc/contribute.md

+ 1 - 1
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!