aboutsummaryrefslogtreecommitdiff
path: root/socket
diff options
context:
space:
mode:
Diffstat (limited to 'socket')
-rw-r--r--socket/sockatmark.c2
-rw-r--r--socket/sys/socket.h2
2 files changed, 2 insertions, 2 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)
{
diff --git a/socket/sys/socket.h b/socket/sys/socket.h
index 37e4a4af06..6f242d088b 100644
--- a/socket/sys/socket.h
+++ b/socket/sys/socket.h
@@ -251,7 +251,7 @@ extern int shutdown (int __fd, int __how) __THROW;
#ifdef __USE_XOPEN2K
-/* Determine wheter socket is at a out-of-band mark. */
+/* Determine whether socket is at a out-of-band mark. */
extern int sockatmark (int __fd) __THROW;
#endif