From: Jim Meyering Date: Wed, 2 Apr 2008 20:04:46 +0000 (-0700) Subject: doc: fix typo in SubmittingPatches X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f2b2ea692ec01768c77a4f532dcd060316460122;p=linux-beck.git doc: fix typo in SubmittingPatches Signed-off-by: Jim Meyering Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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 limitations, and under gcc they are as cheap as macros. 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 string-izing].