ソースを参照

doc: fix typo in SubmittingPatches

Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Jim Meyering 17 年 前
コミット
f2b2ea692e
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Documentation/SubmittingPatches

+ 1 - 1
Documentation/SubmittingPatches

@@ -512,7 +512,7 @@ They provide type safety, have no length limitations, no formatting
 limitations, and under gcc they are as cheap as macros.
 limitations, and under gcc they are as cheap as macros.
 
 
 Macros should only be used for cases where a static inline is clearly
 Macros should only be used for cases where a static inline is clearly
-suboptimal [there a few, isolated cases of this in fast paths],
+suboptimal [there are a few, isolated cases of this in fast paths],
 or where it is impossible to use a static inline function [such as
 or where it is impossible to use a static inline function [such as
 string-izing].
 string-izing].