aboutsummaryrefslogtreecommitdiffstats
path: root/m4/curl-functions.m4
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-03-04 02:22:48 -0800
committerHaibo Huang <hhb@google.com>2020-03-04 14:52:15 -0800
commitb51266f7c848ad5d4a3a8afba83d1003e819102e (patch)
tree695ba43ada853928cf8200de325d3bfd5eca9061 /m4/curl-functions.m4
parent20c1fa87d386442426f42af68de56cc80b3fe206 (diff)
downloadexternal_curl-b51266f7c848ad5d4a3a8afba83d1003e819102e.tar.gz
external_curl-b51266f7c848ad5d4a3a8afba83d1003e819102e.tar.bz2
external_curl-b51266f7c848ad5d4a3a8afba83d1003e819102e.zip
Upgrade curl to curl-7_69_0
Test: None Change-Id: I32f36294d53083ccb27764ebc4bc8fe628f38d94
Diffstat (limited to 'm4/curl-functions.m4')
-rw-r--r--m4/curl-functions.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/curl-functions.m4 b/m4/curl-functions.m4
index 9020f394..e773f670 100644
--- a/m4/curl-functions.m4
+++ b/m4/curl-functions.m4
@@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
@@ -6350,7 +6350,7 @@ dnl glibc-style strerror_r:
dnl
dnl char *strerror_r(int errnum, char *workbuf, size_t bufsize);
dnl
-dnl glibc-style strerror_r returns a pointer to the the error string,
+dnl glibc-style strerror_r returns a pointer to the error string,
dnl and might use the provided workbuf as a scratch area if needed. A
dnl quick test on a few systems shows that it's usually not used at all.
dnl