diff options
Diffstat (limited to 'string/memcpy.c')
-rw-r--r-- | string/memcpy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/memcpy.c b/string/memcpy.c index 2315b6fecb..382dda6ea8 100644 --- a/string/memcpy.c +++ b/string/memcpy.c @@ -16,7 +16,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/>. */ #include <string.h> #include <memcopy.h> |