aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-06-13 20:54:11 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-06-13 20:54:11 +0300
commit1afe8c4a35429773393dc03d1bddfad48e4afaa7 (patch)
tree217065794d6a6ffd0e5ff5846725903ebda42069
parenta60173864e4e50fab7676653cfce04421828cef3 (diff)
downloadlibmicrohttpd-1afe8c4a35429773393dc03d1bddfad48e4afaa7.tar.gz
libmicrohttpd-1afe8c4a35429773393dc03d1bddfad48e4afaa7.zip
mhd_str: fixed typo in a comment
-rw-r--r--src/microhttpd/mhd_str.c2
-rw-r--r--src/microhttpd/mhd_str.h2
2 files changed, 2 insertions, 2 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
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.