summaryrefslogtreecommitdiff
path: root/lib/usleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/usleep.c')
-rw-r--r--lib/usleep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/usleep.c b/lib/usleep.c
index 2ee5f4a308..c7e11546d8 100644
--- a/lib/usleep.c
+++ b/lib/usleep.c
@@ -13,7 +13,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
/* This file is _intentionally_ light-weight. Rather than using
select or nanosleep, both of which drag in external libraries on