about summary refs log tree commit diff
path: root/string/memchr.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/memchr.c')
-rw-r--r--string/memchr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string/memchr.c b/string/memchr.c
index 1764ebf837..36e5bf8bdf 100644
--- a/string/memchr.c
+++ b/string/memchr.c
@@ -18,7 +18,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _LIBC
 # include <config.h>