diff options
Diffstat (limited to 'sysdeps/riscv/start.S')
-rw-r--r-- | sysdeps/riscv/start.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/riscv/start.S b/sysdeps/riscv/start.S index e2fb99d8ed..bcbce58ffe 100644 --- a/sysdeps/riscv/start.S +++ b/sysdeps/riscv/start.S @@ -31,7 +31,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 __ASSEMBLY__ 1 #include <entry.h> |