From e027ddeff60932b6a17f7f7c8b5c0a044b85722d Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Thu, 10 Oct 2019 00:38:28 +0000 Subject: [PATCH] syscall-names.list: fix typos in comment * 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/ChangeLog b/ChangeLog index edcf1afe10f..ccb0949a1b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-10-10 Dmitry V. Levin + + * sysdeps/unix/sysv/linux/syscall-names.list: Fix typos in comment, + reformat the affected paragraph. + 2019-10-10 Łukasz Majewski * include/time.h (__clock_settime64): diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list index b55ffbc2a09..15278236114 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 -- 2.47.2