mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +00:00
Syscall tables: fix typos
Signed-off-by: Kir Kolyshkin <kir@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
parent
30a5b1f43a
commit
27a59a65f4
2 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
# -----------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -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
|
||||
# -----------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue