From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1792) id 35D373857C44; Wed, 28 Sep 2022 17:22:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 35D373857C44 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1664385726; bh=NSyRjKqPaNC0DTPpZiSbVBfqRh8IFLP/RVvrvf2Y8c4=; h=From:To:Subject:Date:From; b=rAmL3gLkt0HRIBhziuqoTmBx60Sn5z2IVE08bMsX3TRlIeY2YpeAdzLMm6yMryHmc hL5uFZkbonAwFGxoclBEha/7IikSZ2cKeEETM4vFD02uEqUxRwwbg/HQw8vxPvprlj jWkuotH33a2pM+8DChGBpIaDDncuhcesMIkj+hcc= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Samuel Thibault To: glibc-cvs@sourceware.org Subject: [glibc] hurd: Fix typo X-Act-Checkin: glibc X-Git-Author: Samuel Thibault X-Git-Refname: refs/heads/master X-Git-Oldrev: c9226c03da0276593a0918eaa9a14835183343e8 X-Git-Newrev: d7f32c995846ba2cd3964076954435cb1a4f76b2 Message-Id: <20220928172206.35D373857C44@sourceware.org> Date: Wed, 28 Sep 2022 17:22:06 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=d7f32c995846ba2cd3964076954435cb1a4f76b2 commit d7f32c995846ba2cd3964076954435cb1a4f76b2 Author: Samuel Thibault Date: Wed Sep 28 19:21:44 2022 +0200 hurd: Fix typo Diff: --- sysdeps/mach/hurd/bits/socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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