From: Jim Meyering Date: Sat, 5 May 2012 15:18:17 +0000 (+0200) Subject: nanosleep: Fix typo in comment. X-Git-Tag: v0.1~698 X-Git-Url: http://erislabs.net/gitweb/?p=gnulib.git;a=commitdiff_plain;h=7c63ea582e2f390e4b85a589e2b2e8b03db0fd95 nanosleep: Fix typo in comment. --- diff --git a/m4/nanosleep.m4 b/m4/nanosleep.m4 index 51efa1841..48a9a546b 100644 --- a/m4/nanosleep.m4 +++ b/m4/nanosleep.m4 @@ -104,7 +104,7 @@ AC_DEFUN([gl_FUNC_NANOSLEEP], *) gl_cv_func_nanosleep=no;; esac], [case "$host_os" in dnl (( - linux*) # Guess it halfway works on when the kernel is Linux. + linux*) # Guess it halfway works when the kernel is Linux. gl_cv_func_nanosleep='guessing no (mishandles large arguments)' ;; *) # If we don't know, assume the worst. gl_cv_func_nanosleep='guessing no' ;;