diff options
Diffstat (limited to 'string/bzero.c')
-rw-r--r-- | string/bzero.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/bzero.c b/string/bzero.c index 0b8c5f48eb..9e3eb2348a 100644 --- a/string/bzero.c +++ b/string/bzero.c @@ -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/>. */ #include <string.h> |