summaryrefslogtreecommitdiffstats
path: root/libc/string/strsep.c
diff options
context:
space:
mode:
authorDavid Turner <digit@android.com>2010-03-16 17:25:04 -0700
committerAndroid Code Review <code-review@android.com>2010-03-16 17:25:04 -0700
commitdd8f3c80f15981cae0a1ba72de0e9da0159ccb93 (patch)
treeff347730f689bf7051ff5773a8c9b7334b300a33 /libc/string/strsep.c
parent5586838babaa9e8a6cf31547f4ba0d3bc333b336 (diff)
parent30a419afc3cdb641e350c7cfde753877675958e0 (diff)
downloadbionic-dd8f3c80f15981cae0a1ba72de0e9da0159ccb93.zip
bionic-dd8f3c80f15981cae0a1ba72de0e9da0159ccb93.tar.gz
bionic-dd8f3c80f15981cae0a1ba72de0e9da0159ccb93.tar.bz2
Merge "improve readability of string: fix indentation and remove trailing spaces"
Diffstat (limited to 'libc/string/strsep.c')
-rw-r--r--libc/string/strsep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/strsep.c b/libc/string/strsep.c
index bcca681..c44bc5b 100644
--- a/libc/string/strsep.c
+++ b/libc/string/strsep.c
@@ -34,7 +34,7 @@
/*
* 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.