]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - socket/sockatmark.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / socket / sockatmark.c
index c35c2bf44e7e70463b425b595ab746b80df99912..12302d56594ed58cfad65007ea462de1ba70a27c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2001-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
 
    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/>.  */
 
 #include <errno.h>
 #include <sys/socket.h>
 
-/* Determine wheter socket is at a out-of-band mark.  */
+/* Determine whether socket is at a out-of-band mark.  */
 int
 sockatmark (int fd)
 {