gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37737 - libmicrohttpd/src/microhttpd


From: gnunet
Subject: [GNUnet-SVN] r37737 - libmicrohttpd/src/microhttpd
Date: Fri, 19 Aug 2016 17:06:39 +0200

Author: Karlson2k
Date: 2016-08-19 17:06:39 +0200 (Fri, 19 Aug 2016)
New Revision: 37737

Modified:
   libmicrohttpd/src/microhttpd/mhd_mono_clock.c
Log:
monoclock: fixed English in comments

Modified: libmicrohttpd/src/microhttpd/mhd_mono_clock.c
===================================================================
--- libmicrohttpd/src/microhttpd/mhd_mono_clock.c       2016-08-19 14:58:38 UTC 
(rev 37736)
+++ libmicrohttpd/src/microhttpd/mhd_mono_clock.c       2016-08-19 15:06:39 UTC 
(rev 37737)
@@ -36,11 +36,11 @@
 
 #ifdef HAVE_GETHRTIME
 #ifdef HAVE_SYS_TIME_H
-/* Solaris define gethrtime() in sys/time.h */
+/* Solaris defines gethrtime() in sys/time.h */
 #include <sys/time.h>
 #endif /* HAVE_SYS_TIME_H */
 #ifdef HAVE_TIME_H
-/* HP-UX define gethrtime() in time.h */
+/* HP-UX defines gethrtime() in time.h */
 #include <time.h>
 #endif /* HAVE_TIME_H */
 #endif /* HAVE_GETHRTIME */




reply via email to

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