瀏覽代碼

Fix a mistake Chinese character in Documentation/zh_CN/SubmittingPatches

When i see the file linux-2.6.37/Documentation/zh_CN/SubmittingPatches ,
i find a mistake Chinese character in it. So i give a patch for
correcting this error.

Signed-off-by: Harry Wei <harryxiyou@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Harry Wei 14 年之前
父節點
當前提交
6d6a49e9c9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Documentation/zh_CN/SubmittingPatches

+ 1 - 1
Documentation/zh_CN/SubmittingPatches

@@ -100,7 +100,7 @@ http://userweb.kernel.org/~akpm/stuff/patch-scripts.tar.gz
 
 将改动拆分,逻辑类似的放到同一个补丁文件里。
 
-例如,如果你的改动里同时有bug修正和性能优化,那么把这些改动分到两个或
+例如,如果你的改动里同时有bug修正和性能优化,那么把这些改动分到两个或
 者更多的补丁文件中。如果你的改动包含对API的修改,并且修改了驱动程序来适
 应这些新的API,那么把这些修改分成两个补丁。