Ver código fonte

mhd_str.c: fixed c/p error in comment

Evgeny Grin (Karlson2k) 8 anos atrás
pai
commit
a9c191d2db
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/microhttpd/mhd_str.c

+ 1 - 1
src/microhttpd/mhd_str.c

@@ -166,7 +166,7 @@ toasciiupper (char c)
  * Convert US-ASCII decimal digit to its value.
  *
  * @param c character to convert
- * @return value of hexadecimal digit or -1 if @ c is not hexadecimal digit
+ * @return value of decimal digit or -1 if @ c is not decimal digit
  */
 _MHD_inline int
 todigitvalue (char c)