Write "Mac OS X" instead of "MacOS X".
[gnulib.git] / m4 / nanosleep.m4
index 48a9a54..014f48d 100644 (file)
@@ -1,4 +1,4 @@
-# serial 35
+# serial 36
 
 dnl From Jim Meyering.
 dnl Check for the nanosleep function.
@@ -36,7 +36,7 @@ AC_DEFUN([gl_FUNC_NANOSLEEP],
 
    AC_REQUIRE([gl_MULTIARCH])
    if test $APPLE_UNIVERSAL_BUILD = 1; then
-     # A universal build on Apple MacOS X platforms.
+     # A universal build on Apple Mac OS X platforms.
      # The test result would be 'no (mishandles large arguments)' in 64-bit
      # mode but 'yes' in 32-bit mode. But we need a configuration result that
      # is valid in both modes.