summary refs log tree commit diff
path: root/string/mempcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/mempcpy.c')
-rw-r--r--string/mempcpy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string/mempcpy.c b/string/mempcpy.c
index b7d9faf064..872c2df069 100644
--- a/string/mempcpy.c
+++ b/string/mempcpy.c
@@ -17,7 +17,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/>.  */
 
 #define NO_MEMPCPY_STPCPY_REDIRECT
 #include <string.h>