aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2022-09-28 19:21:44 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2022-09-28 19:21:44 +0200
commitd7f32c995846ba2cd3964076954435cb1a4f76b2 (patch)
tree6a3fbfc082eabf10f433739261d4abf2311a4039 /sysdeps
parentc9226c03da0276593a0918eaa9a14835183343e8 (diff)
downloadglibc-d7f32c995846ba2cd3964076954435cb1a4f76b2.tar
glibc-d7f32c995846ba2cd3964076954435cb1a4f76b2.tar.gz
glibc-d7f32c995846ba2cd3964076954435cb1a4f76b2.tar.bz2
glibc-d7f32c995846ba2cd3964076954435cb1a4f76b2.zip
hurd: Fix typo
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/mach/hurd/bits/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/bits/socket.h b/sysdeps/mach/hurd/bits/socket.h
index 4ece37f1dd..12e7306cbd 100644
--- a/sysdeps/mach/hurd/bits/socket.h
+++ b/sysdeps/mach/hurd/bits/socket.h
@@ -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>