]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
hurd: Fix typo
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Wed, 28 Sep 2022 17:21:44 +0000 (19:21 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Wed, 28 Sep 2022 17:21:44 +0000 (19:21 +0200)
sysdeps/mach/hurd/bits/socket.h

index 4ece37f1dd85307f669ee59c3c427f52686aca6a..12e7306cbdde801d51a249f694f1819d8dde5d97 100644 (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>