From 27a59a65f4b367f3e3bc6833ffc8c5dabc1dc2ea Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Thu, 4 Aug 2016 14:54:53 -0700 Subject: [PATCH] Syscall tables: fix typos Signed-off-by: Kir Kolyshkin Signed-off-by: Pavel Emelyanov --- criu/arch/arm/syscalls/syscall.def | 8 ++++---- criu/arch/ppc64/syscalls/syscall-ppc64.tbl | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/criu/arch/arm/syscalls/syscall.def b/criu/arch/arm/syscalls/syscall.def index a42c1b7bd..e3c37644c 100644 --- a/criu/arch/arm/syscalls/syscall.def +++ b/criu/arch/arm/syscalls/syscall.def @@ -1,9 +1,9 @@ # -# System calls table, please make sure the table consist only the syscalls -# really used somewhere in project. +# System calls table, please make sure the table consists of only the syscalls +# really used somewhere in the project. # -# The template is (name and arguments are optinal if you need only __NR_x -# defined, but no realy entry point in syscalls lib). +# The template is (name and arguments are optional if you need only __NR_x +# defined, but no real entry point in syscalls lib). # # name/alias code64 code32 arguments # ----------------------------------------------------------------------- diff --git a/criu/arch/ppc64/syscalls/syscall-ppc64.tbl b/criu/arch/ppc64/syscalls/syscall-ppc64.tbl index 5087037ad..8f59ad9af 100644 --- a/criu/arch/ppc64/syscalls/syscall-ppc64.tbl +++ b/criu/arch/ppc64/syscalls/syscall-ppc64.tbl @@ -1,9 +1,9 @@ # -# System calls table, please make sure the table consist only the syscalls -# really used somewhere in project. +# System calls table, please make sure the table consists of only the syscalls +# really used somewhere in the project. # -# The template is (name and srguments are optinal if you need only __NR_x -# defined, but no realy entry point in syscalls lib). +# The template is (name and arguments are optional if you need only __NR_x +# defined, but no real entry point in syscalls lib). # # name code name arguments # -----------------------------------------------------------------------