aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_str.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/mhd_str.h')
-rw-r--r--src/microhttpd/mhd_str.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/microhttpd/mhd_str.h b/src/microhttpd/mhd_str.h
index 43761e3a..3e5f8a41 100644
--- a/src/microhttpd/mhd_str.h
+++ b/src/microhttpd/mhd_str.h
@@ -156,9 +156,9 @@ MHD_str_has_token_caseless_ (const char *str,
156 * Remove case-insensitive @a token from the @a str and put result 156 * Remove case-insensitive @a token from the @a str and put result
157 * to the output @a buf. 157 * to the output @a buf.
158 * 158 *
159 * Token could be surrounded by spaces and tabs and delimited by comma. 159 * Tokens in @a str could be surrounded by spaces and tabs and delimited by
160 * The token match succeed if substring between start, end (of string) or 160 * comma. The token match succeed if substring between start, end (of string)
161 * comma contains only case-insensitive token and optional spaces and tabs. 161 * or comma contains only case-insensitive token and optional spaces and tabs.
162 * The quoted strings and comments are not supported by this function. 162 * The quoted strings and comments are not supported by this function.
163 * 163 *
164 * The output string is normalised: empty tokens and repeated whitespaces 164 * The output string is normalised: empty tokens and repeated whitespaces