about summary refs log tree commit diff
path: root/support/timespec-add.c
diff options
context:
space:
mode:
Diffstat (limited to 'support/timespec-add.c')
-rw-r--r--support/timespec-add.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/timespec-add.c b/support/timespec-add.c
index be7a590514..ea9791dc9f 100644
--- a/support/timespec-add.c
+++ b/support/timespec-add.c
@@ -15,7 +15,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/>.  */
 
 /* Return the sum of two timespec values A and B.  On overflow, return
    an extremal value.  This assumes 0 <= tv_nsec < TIMESPEC_HZ.  */