summaryrefslogtreecommitdiffstats
path: root/sys/libkern/strsep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/libkern/strsep.c')
-rw-r--r--sys/libkern/strsep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/libkern/strsep.c b/sys/libkern/strsep.c
index 18dc398..ddad596 100644
--- a/sys/libkern/strsep.c
+++ b/sys/libkern/strsep.c
@@ -41,7 +41,7 @@ static char sccsid[] = "@(#)strsep.c 8.1 (Berkeley) 6/4/93";
/*
* Get next token from string *stringp, where tokens are possibly-empty
- * strings separated by characters from delim.
+ * strings separated by characters from delim.
*
* Writes NULs into the string at *stringp to end tokens.
* delim need not remain constant from call to call.
OpenPOWER on IntegriCloud