diff options
Diffstat (limited to 'sysdeps/arm/armv7/multiarch/memchr.c')
-rw-r--r-- | sysdeps/arm/armv7/multiarch/memchr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/arm/armv7/multiarch/memchr.c b/sysdeps/arm/armv7/multiarch/memchr.c index 8de9a20fd6..8f6b1a052f 100644 --- a/sysdeps/arm/armv7/multiarch/memchr.c +++ b/sysdeps/arm/armv7/multiarch/memchr.c @@ -15,7 +15,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/>. */ /* For __ARM_NEON__ memchr_neon.S defines memchr directly and ifunc is not used. */ |