From a87f55960b1c75aa2372576b6bcae0d003ace8a9 Mon Sep 17 00:00:00 2001 From: Davidlohr Bueso Date: Tue, 6 Jun 2023 13:57:27 -0700 Subject: docs: typo fixes Fix various typos within the documentation directory. --- docs/syscall_descriptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/syscall_descriptions.md') diff --git a/docs/syscall_descriptions.md b/docs/syscall_descriptions.md index 3c6a67862..9b4101a8b 100644 --- a/docs/syscall_descriptions.md +++ b/docs/syscall_descriptions.md @@ -168,7 +168,7 @@ close(r0) Syscall arguments are always `in`, return values are `out` and pointer indirections have explicit direction as `ptr` type attribute. Also, it is possible to specify direction attribute individually for struct fields to account for more complex -producer/consumer scenarious with structs that include both input/output resources. +producer/consumer scenarios with structs that include both input/output resources.
-- cgit mrf-deployment