From 1afe8c4a35429773393dc03d1bddfad48e4afaa7 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Sun, 13 Jun 2021 20:54:11 +0300 Subject: mhd_str: fixed typo in a comment --- src/microhttpd/mhd_str.c | 2 +- src/microhttpd/mhd_str.h | 2 +- 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) #ifndef MHD_FAVOR_SMALL_CODE /** - * Check two string for equality, ignoring case of US-ASCII letters. + * Check two strings for equality, ignoring case of US-ASCII letters. * * @param str1 first string to compare * @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 @@ #ifndef MHD_FAVOR_SMALL_CODE /** - * Check two string for equality, ignoring case of US-ASCII letters. + * Check two strings for equality, ignoring case of US-ASCII letters. * @param str1 first string to compare * @param str2 second string to compare * @return non-zero if two strings are equal, zero otherwise. -- cgit v1.2.3