diff options
| author | Xiaochen Wang <wangxiaochen0@gmail.com> | 2011-02-28 16:13:07 +0800 | 
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-02-28 19:30:48 -0800 | 
| commit | b7e14fea4413440b9054b7fb1628bb9c545c509c (patch) | |
| tree | a250cc97b080074f53c0dd2685d3021748bd949a /Documentation/zh_CN | |
| parent | 66245ad025e02fe9e727c03d43308bb24e346bb6 (diff) | |
| download | linux-b7e14fea4413440b9054b7fb1628bb9c545c509c.tar.bz2 | |
Fix spelling mistakes in Documentation/zh_CN/SubmittingPatches
This patch fixes a spelling mistake in Documentation/zh_CN/SubmittingPatches.
Signed-off-by: Xiaochen Wang <wangxiaochen0@gmail.com>
Signed-off-by: Harry Wei <harryxiyou@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation/zh_CN')
| -rw-r--r-- | Documentation/zh_CN/SubmittingPatches | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Documentation/zh_CN/SubmittingPatches b/Documentation/zh_CN/SubmittingPatches index cc89386dd705..0f4385a62a49 100644 --- a/Documentation/zh_CN/SubmittingPatches +++ b/Documentation/zh_CN/SubmittingPatches @@ -230,7 +230,7 @@ pref("mailnews.display.disable_format_flowed_support", true);  些原因,修正错误,重新提交更新后的改动,是你自己的工作。  Linus不给出任何评论就“丢弃”你的补丁是常见的事情。在系统中这样的事情很 -平常。如果他没有接受你的补丁,也许是由于以下原本: +平常。如果他没有接受你的补丁,也许是由于以下原因:  * 你的补丁不能在最新版本的内核上干净的打上。  * 你的补丁在 linux-kernel 邮件列表中没有得到充分的讨论。  * 风格问题(参照第2小节) |