mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] lib: fix trivial typo in the comment
@ 2013-04-22 10:36 Andy Shevchenko
  2013-04-24 14:38 ` Jiri Kosina
  0 siblings, 1 reply; 5+ messages in thread
From: Andy Shevchenko @ 2013-04-22 10:36 UTC (permalink / raw)
  To: Jiri Kosina, linux-kernel; +Cc: Andy Shevchenko

This fixes "iff" as "if".

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 lib/string.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/string.c b/lib/string.c
index e5878de..e551284 100644
--- a/lib/string.c
+++ b/lib/string.c
@@ -542,7 +542,7 @@ EXPORT_SYMBOL(sysfs_streq);
  * @s: input string
  * @res: result
  *
- * This routine returns 0 iff the first character is one of 'Yy1Nn0'.
+ * This routine returns 0 if the first character is one of 'Yy1Nn0'.
  * Otherwise it will return -EINVAL.  Value pointed to by res is
  * updated upon finding a match.
  */
-- 
1.8.2.rc0.22.gb3600c3


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-04-24 16:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-22 10:36 [PATCH] lib: fix trivial typo in the comment Andy Shevchenko
2013-04-24 14:38 ` Jiri Kosina
2013-04-24 16:15   ` Andy Shevchenko
2013-04-24 16:24     ` Jiri Kosina
2013-04-24 16:26       ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®