aboutsummaryrefslogtreecommitdiffstats
path: root/docs/syscall_descriptions.md
diff options
context:
space:
mode:
authorFahima Mokhtari <df_mokhtari@esi.dz>2022-03-21 18:42:57 +0300
committerAleksandr Nogikh <wp32pw@gmail.com>2022-03-22 15:53:09 +0100
commit01d1c21e1a32ecf82c6836c6cde42aa0d0e8caf9 (patch)
tree91231e43a2710397590832cbf0fe523f3cf1783b /docs/syscall_descriptions.md
parent2a52be25e01b5561772098349fa52ef86d665dc5 (diff)
docs: update syscalls documentation
Fixing typo "does not contain" instead of "does not contains"
Diffstat (limited to 'docs/syscall_descriptions.md')
-rw-r--r--docs/syscall_descriptions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/syscall_descriptions.md b/docs/syscall_descriptions.md
index e9bf2195b..22be2c2dc 100644
--- a/docs/syscall_descriptions.md
+++ b/docs/syscall_descriptions.md
@@ -38,7 +38,7 @@ The in-memory representation can be [transformed](/prog/encoding.go) to/from
textual form to store in on-disk corpus, show to humans, etc.
There is also another [binary representation](/prog/decodeexec.go)
-of the programs (called `exec`), that is much simpler, does not contains rich type information (irreversible)
+of the programs (called `exec`), that is much simpler, does not contain rich type information (irreversible)
and is used for actual execution (interpretation) of programs by [executor](/executor/executor.cc).
## Describing new system calls