summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc/string/strtok.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3
index 2dfb4da70497..92d32ce0f59f 100644
--- a/lib/libc/string/strtok.3
+++ b/lib/libc/string/strtok.3
@@ -87,13 +87,13 @@ must be supplied each time, and may change between calls.
The
.Fn strtok_r
function is a reentrant version of
-.Fn strtok ,
-the context pointer
+.Fn strtok .
+The context pointer
.Fa last
must be provided on each call.
.Fn strtok_r
may also be used to nest two parsing loops within one another, as
-long as seperate context pointers are used.
+long as separate context pointers are used.
.Pp
The
.Fn strtok