[CRIU] [PATCH 3/8] Syscall tables: fix typos
Kir Kolyshkin
kir at openvz.org
Thu Aug 4 14:54:53 PDT 2016
Signed-off-by: Kir Kolyshkin <kir at openvz.org>
diff --git a/criu/arch/arm/syscalls/syscall.def b/criu/arch/arm/syscalls/syscall.def
index ffa807d..e5adbdc 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 d629d5a..d7033aa 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
# -----------------------------------------------------------------------
--
2.7.4
More information about the CRIU
mailing list