aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-04-26 16:09:18 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-04-26 16:09:18 +0300
commita9c191d2db7688b596d5c42ac3756a69bc7b7ff8 (patch)
tree91a9e81e1b17fd7584afa1fef8712123e8140bd5 /src
parentccfe7bafafbca43b94cf3d1c75144f51d57a5386 (diff)
downloadlibmicrohttpd-a9c191d2db7688b596d5c42ac3756a69bc7b7ff8.tar.gz
libmicrohttpd-a9c191d2db7688b596d5c42ac3756a69bc7b7ff8.zip
mhd_str.c: fixed c/p error in comment
Diffstat (limited to 'src')
-rw-r--r--src/microhttpd/mhd_str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/mhd_str.c b/src/microhttpd/mhd_str.c
index 22db4e20..c5e9813c 100644
--- a/src/microhttpd/mhd_str.c
+++ b/src/microhttpd/mhd_str.c
@@ -166,7 +166,7 @@ toasciiupper (char c)
166 * Convert US-ASCII decimal digit to its value. 166 * Convert US-ASCII decimal digit to its value.
167 * 167 *
168 * @param c character to convert 168 * @param c character to convert
169 * @return value of hexadecimal digit or -1 if @ c is not hexadecimal digit 169 * @return value of decimal digit or -1 if @ c is not decimal digit
170 */ 170 */
171_MHD_inline int 171_MHD_inline int
172todigitvalue (char c) 172todigitvalue (char c)