diff options
Diffstat (limited to 'socket/sockatmark.c')
-rw-r--r-- | socket/sockatmark.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/socket/sockatmark.c b/socket/sockatmark.c index 3ffb014a8d..d6a13c84d5 100644 --- a/socket/sockatmark.c +++ b/socket/sockatmark.c @@ -18,7 +18,7 @@ #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) { |