From: Samuel Thibault Date: Wed, 28 Sep 2022 17:21:44 +0000 (+0200) Subject: hurd: Fix typo X-Git-Tag: glibc-2.37~312 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7f32c995846ba2cd3964076954435cb1a4f76b2;p=thirdparty%2Fglibc.git hurd: Fix typo --- diff --git a/sysdeps/mach/hurd/bits/socket.h b/sysdeps/mach/hurd/bits/socket.h index 4ece37f1dd8..12e7306cbdd 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