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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/mhd_str.h b/src/microhttpd/mhd_str.h
index 25eeb05e..80f3f975 100644
--- a/src/microhttpd/mhd_str.h
+++ b/src/microhttpd/mhd_str.h
@@ -52,7 +52,7 @@
52 52
53#ifndef MHD_FAVOR_SMALL_CODE 53#ifndef MHD_FAVOR_SMALL_CODE
54/** 54/**
55 * Check two string for equality, ignoring case of US-ASCII letters. 55 * Check two strings for equality, ignoring case of US-ASCII letters.
56 * @param str1 first string to compare 56 * @param str1 first string to compare
57 * @param str2 second string to compare 57 * @param str2 second string to compare
58 * @return non-zero if two strings are equal, zero otherwise. 58 * @return non-zero if two strings are equal, zero otherwise.