From 7c63ea582e2f390e4b85a589e2b2e8b03db0fd95 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 5 May 2012 17:18:17 +0200 Subject: [PATCH] nanosleep: Fix typo in comment. --- m4/nanosleep.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ;; -- 2.11.0