changeset 16828:47595604fd62

nanosleep: Fix typo in comment.
author Jim Meyering <meyering@redhat.com>
date Sat, 05 May 2012 17:18:17 +0200
parents fa47ffe05247
children 5891d985e4e9
files m4/nanosleep.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/nanosleep.m4
+++ b/m4/nanosleep.m4
@@ -104,7 +104,7 @@
         *)   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' ;;