diff options
author | Jim Meyering <jim@meyering.net> | 2008-04-02 16:04:46 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-02 18:28:19 -0400 |
commit | f2b2ea692ec01768c77a4f532dcd060316460122 (patch) | |
tree | e89c31627bedef7017e655091a7bd7544e7e4e25 /Documentation | |
parent | e8d49f3a6fec38cc83ae3221c3df0649d021c30c (diff) |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/SubmittingPatches | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index 08a1ed1cb5d8..47a539c7642d 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches | |||
@@ -512,7 +512,7 @@ They provide type safety, have no length limitations, no formatting | |||
512 | limitations, and under gcc they are as cheap as macros. | 512 | limitations, and under gcc they are as cheap as macros. |
513 | 513 | ||
514 | Macros should only be used for cases where a static inline is clearly | 514 | Macros should only be used for cases where a static inline is clearly |
515 | suboptimal [there a few, isolated cases of this in fast paths], | 515 | suboptimal [there are a few, isolated cases of this in fast paths], |
516 | or where it is impossible to use a static inline function [such as | 516 | or where it is impossible to use a static inline function [such as |
517 | string-izing]. | 517 | string-izing]. |
518 | 518 | ||