hurd: Fix typo

This commit is contained in:
Samuel Thibault 2022-09-28 19:21:44 +02:00
parent c9226c03da
commit d7f32c9958
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ enum __socket_type
#define AF_MAX PF_MAX
/* Maximum queue length specifiable by listen. */
#define SOMAXCONN 4096 /* 5 on the origional 4.4 BSD. */
#define SOMAXCONN 4096 /* 5 on the original 4.4 BSD. */
/* Get the definition of the macro to define the common sockaddr members. */
#include <bits/sockaddr.h>