gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libmicrohttpd] branch master updated: mhd_str.c: fixed c/p


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: mhd_str.c: fixed c/p error in comment
Date: Wed, 26 Apr 2017 15:09:40 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new a9c191d2 mhd_str.c: fixed c/p error in comment
a9c191d2 is described below

commit a9c191d2db7688b596d5c42ac3756a69bc7b7ff8
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Wed Apr 26 16:09:18 2017 +0300

    mhd_str.c: fixed c/p error in comment
---
 src/microhttpd/mhd_str.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/mhd_str.c b/src/microhttpd/mhd_str.c
index 22db4e20..c5e9813c 100644
--- a/src/microhttpd/mhd_str.c
+++ b/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)

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]