diff options
Diffstat (limited to 'sysdeps/alpha/alphaev67/stpncpy.S')
-rw-r--r-- | sysdeps/alpha/alphaev67/stpncpy.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/alpha/alphaev67/stpncpy.S b/sysdeps/alpha/alphaev67/stpncpy.S index 92217290fe..920df5362e 100644 --- a/sysdeps/alpha/alphaev67/stpncpy.S +++ b/sysdeps/alpha/alphaev67/stpncpy.S @@ -14,7 +14,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/>. */ /* Copy no more than N bytes from SRC to DEST, returning the address of the terminating '\0' in DEST. */ |