aboutsummaryrefslogtreecommitdiff
path: root/malloc/tst-mallocfork2.c
diff options
context:
space:
mode:
Diffstat (limited to 'malloc/tst-mallocfork2.c')
-rw-r--r--malloc/tst-mallocfork2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/tst-mallocfork2.c b/malloc/tst-mallocfork2.c
index 30e7abe6fd..eb0fed649d 100644
--- a/malloc/tst-mallocfork2.c
+++ b/malloc/tst-mallocfork2.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; see the file COPYING.LIB. If
- not, see <http://www.gnu.org/licenses/>. */
+ not, see <https://www.gnu.org/licenses/>. */
/* This test will fail if the process is multi-threaded because we
only have an async-signal-safe fork in the single-threaded case