From d7f32c995846ba2cd3964076954435cb1a4f76b2 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 28 Sep 2022 19:21:44 +0200 Subject: hurd: Fix typo --- sysdeps/mach/hurd/bits/socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/mach/hurd/bits') 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 -- cgit 1.4.1