summaryrefslogtreecommitdiff
path: root/lib/argp-pv.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/argp-pv.c')
-rw-r--r--lib/argp-pv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/argp-pv.c b/lib/argp-pv.c
index 4a79de86ce..f21fa82646 100644
--- a/lib/argp-pv.c
+++ b/lib/argp-pv.c
@@ -23,8 +23,8 @@
const char *argp_program_version
/* This variable should be zero-initialized. On most systems, putting it into
BSS is sufficient. Not so on Mac OS X 10.3 and 10.4, see
- <http://lists.gnu.org/archive/html/bug-gnulib/2009-01/msg00329.html>
- <http://lists.gnu.org/archive/html/bug-gnulib/2009-08/msg00096.html>. */
+ <https://lists.gnu.org/archive/html/bug-gnulib/2009-01/msg00329.html>
+ <https://lists.gnu.org/archive/html/bug-gnulib/2009-08/msg00096.html>. */
#if defined __ELF__
/* On ELF systems, variables in BSS behave well. */
#else