mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] lib/string.c: fix a typo in comment: 'iff' -->'if'
@ 2018-06-29  3:33 YueHaibing
  2018-06-29  3:35 ` Randy Dunlap
  0 siblings, 1 reply; 5+ messages in thread
From: YueHaibing @ 2018-06-29  3:33 UTC (permalink / raw)
  To: linux-kernel
  Cc: akpm, keescook, mawilcox, kstewart, aryabinin, gregkh, YueHaibing

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 lib/string.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/string.c b/lib/string.c
index 2c0900a..23ed944 100644
--- a/lib/string.c
+++ b/lib/string.c
@@ -609,7 +609,7 @@ EXPORT_SYMBOL(strsep);
  * @s1: one string
  * @s2: another string
  *
- * This routine returns true iff two strings are equal, treating both
+ * This routine returns true if two strings are equal, treating both
  * NUL and newline-then-NUL as equivalent string terminations.  It's
  * geared for use with sysfs input strings, which generally terminate
  * with newlines but are compared against values without newlines.
-- 
2.7.0



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

end of thread, other threads:[~2018-06-29 20:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-29  3:33 [PATCH] lib/string.c: fix a typo in comment: 'iff' -->'if' YueHaibing
2018-06-29  3:35 ` Randy Dunlap
2018-06-29  3:44   ` YueHaibing
2018-06-29 15:30     ` David Laight
2018-06-29 20:25       ` 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®