libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 238dfb18dbb84c98252d701fd30acc846be6f80a
parent 5cca20ccaa1f326abfffd8084345e35e690ec9b8
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Fri, 19 Aug 2016 15:06:39 +0000

monoclock: fixed English in comments

Diffstat:
Msrc/microhttpd/mhd_mono_clock.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/mhd_mono_clock.c b/src/microhttpd/mhd_mono_clock.c @@ -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 */