diff options
Diffstat (limited to 'bits/socket.h')
-rw-r--r-- | bits/socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bits/socket.h b/bits/socket.h index 1b5938e9ad..a22ff3b07b 100644 --- a/bits/socket.h +++ b/bits/socket.h @@ -143,7 +143,7 @@ enum __socket_type #define AF_MAX PF_MAX /* Maximum queue length specifiable by listen. */ -#define SOMAXCONN 128 /* 5 on the origional 4.4 BSD. */ +#define SOMAXCONN 128 /* 5 on the original 4.4 BSD. */ /* Get the definition of the macro to define the common sockaddr members. */ #include <bits/sockaddr.h> |