aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_str.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/mhd_str.c')
-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 c0218bca..eea2500b 100644
--- a/src/microhttpd/mhd_str.c
+++ b/src/microhttpd/mhd_str.c
@@ -336,7 +336,7 @@ toxdigitvalue (char c)
336 336
337#ifndef MHD_FAVOR_SMALL_CODE 337#ifndef MHD_FAVOR_SMALL_CODE
338/** 338/**
339 * Check two string for equality, ignoring case of US-ASCII letters. 339 * Check two strings for equality, ignoring case of US-ASCII letters.
340 * 340 *
341 * @param str1 first string to compare 341 * @param str1 first string to compare
342 * @param str2 second string to compare 342 * @param str2 second string to compare