diff options
Diffstat (limited to 'sysdeps/unix/sockatmark.c')
-rw-r--r-- | sysdeps/unix/sockatmark.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sockatmark.c b/sysdeps/unix/sockatmark.c index 2fe9abbf53..c36401ab90 100644 --- a/sysdeps/unix/sockatmark.c +++ b/sysdeps/unix/sockatmark.c @@ -18,7 +18,7 @@ #include <sys/ioctl.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) { |