From patchwork Thu Oct 10 00:57:39 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Dmitry V. Levin" X-Patchwork-Id: 1174217 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-105808-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=altlinux.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="FP3cg0cZ"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46pXkS6Wf1z9sPL for ; Thu, 10 Oct 2019 11:57:51 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:mime-version :content-type; q=dns; s=default; b=PBFZMrGquJywz1QgNxO2vTqWiQbJ0 0lFNBjBlYY2Ni90hzkP0vE3s1yx3RloZRXhh8Ywsl8vfBOj1zrCmVez77tjQP7WL kohcXR9/o7tYWm+t0GO/irddeTFZkdnffomEwGsmlsW1tK+9nGJPiRnAfi68sWvl 7C50XQUIiuobsw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:mime-version :content-type; s=default; bh=VWErAR8DzKXhAwv7plXdzGQppP4=; b=FP3 cg0cZNFS2MRuZbauf0G2FWHCyDooE5evzOOp3DvC0alxOXQUHWKbllbGKC/JsrVq gk+dt8xH7FyAC6rR1P/pMZtvU8jwoQf8mIPcQdZlFCbA1IgAXa8ukHRyyA7ESW+O qIKeCpLrRnOJh0iWMeOn1f448yD6iQCEKyH9s+nc= Received: (qmail 1149 invoked by alias); 10 Oct 2019 00:57:44 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 1141 invoked by uid 89); 10 Oct 2019 00:57:44 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-19.0 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:1267 X-HELO: vmicros1.altlinux.org Date: Thu, 10 Oct 2019 03:57:39 +0300 From: "Dmitry V. Levin" To: libc-alpha@sourceware.org Subject: [PATCH COMMITTED] syscall-names.list: fix typos in comment Message-ID: <20191010005739.GA24814@altlinux.org> MIME-Version: 1.0 Content-Disposition: inline * sysdeps/unix/sysv/linux/syscall-names.list: Fix typos in comment, reformat the affected paragraph. --- ChangeLog | 5 +++++ sysdeps/unix/sysv/linux/syscall-names.list | 9 ++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list index b55ffbc2a0..1527823611 100644 --- a/sysdeps/unix/sysv/linux/syscall-names.list +++ b/sysdeps/unix/sysv/linux/syscall-names.list @@ -16,11 +16,10 @@ # License along with the GNU C Library; if not, see # . -# This file contains the list of system call names names. It has to -# remain in alphabetica order. Lines which start with # are treated -# as comments. This file can list all potential system calls. The -# names are only used if the installed kernel headers also provide -# them. +# This file contains the list of system call names. It has to remain in +# alphabetical order. Lines which start with # are treated as comments. +# This file can list all potential system calls. The names are only +# used if the installed kernel headers also provide them. # The list of system calls is current as of Linux 5.3. kernel 5.3