]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac: Fix typo in commentary of strlen substitute.
authorPo Lu <luangruo@yahoo.com>
Wed, 10 Jul 2024 02:39:33 +0000 (10:39 +0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 10 Jul 2024 20:00:35 +0000 (22:00 +0200)
(cherry picked from commit 338337ec32a210c611231313b3da70a815b2af0f)

configure.ac

index 905a0e525368050099d1a24878659cc57ac6b157..475ffe21675ed953a81345891665587a93e1e18d 100644 (file)
@@ -1612,7 +1612,7 @@ AC_DEFUN([gl_TYPE_OFF64_T],
    AC_SUBST([HAVE_OFF64_T])])
 
 # `strnlen' cannot accept nlen greater than the size of the object S
-# on Android 2.2 and earlier.
+# on Android 5.0 and earlier.
 m4_define([ORIGINAL_AC_FUNC_STRNLEN], m4_defn([AC_FUNC_STRNLEN]))
 AC_DEFUN([AC_FUNC_STRNLEN], [
 AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])dnl