nanosleep: Fix typo in comment.
[gnulib.git] / 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' ;;