nanosleep: Fix typo in comment.
authorJim Meyering <meyering@redhat.com>
Sat, 5 May 2012 15:18:17 +0000 (17:18 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 5 May 2012 15:19:20 +0000 (17:19 +0200)
m4/nanosleep.m4

index 51efa18..48a9a54 100644 (file)
@@ -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' ;;