about summary refs log tree commit homepage
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.h b/util.h
index 526eda3..152f5d5 100644
--- a/util.h
+++ b/util.h
@@ -72,7 +72,7 @@ static inline bool mog_pthread_create_retryable(const int err)
 {
         /*
          * older versions of glibc return ENOMEM instead of EAGAIN
-         * ref: http://www.sourceware.org/bugzilla/show_bug.cgi?id=386
+         * ref: https://www.sourceware.org/bugzilla/show_bug.cgi?id=386
          * Remove the ENOMEM check by 2023 (unless other OSes have this
          * bug).
          */