From 1828ebc0fabe693be934c58899cfd5e91562b3a4 Mon Sep 17 00:00:00 2001 From: Sergey Koulikov <32475039+skoulikov@users.noreply.github.com> Date: Tue, 20 Nov 2018 19:51:54 +1100 Subject: Fixed a tiny typo --- docs/syscall_descriptions_syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/syscall_descriptions_syntax.md') diff --git a/docs/syscall_descriptions_syntax.md b/docs/syscall_descriptions_syntax.md index 8ed95c261..268627f56 100644 --- a/docs/syscall_descriptions_syntax.md +++ b/docs/syscall_descriptions_syntax.md @@ -23,7 +23,7 @@ rest of the type-options are type-specific: ``` "const": integer constant, type-options: - value, underlying type (one if "intN", "intptr") + value, underlying type (one of "intN", "intptr") "intN"/"intptr": an integer without a particular meaning, type-options: optional range of values (e.g. "5:10", or "100:200") "flags": a set of flags, type-options: -- cgit mrf-deployment