summaryrefslogtreecommitdiff
path: root/lib/qsort.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/qsort.c')
-rw-r--r--lib/qsort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/qsort.c b/lib/qsort.c
index cf0157da90..998dd07b23 100644
--- a/lib/qsort.c
+++ b/lib/qsort.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/>. */
/* If you consider tuning this algorithm, you should consult first:
Engineering a sort function; Jon Bentley and M. Douglas McIlroy;