diff options
| author | Sergey Koulikov <32475039+skoulikov@users.noreply.github.com> | 2018-11-20 19:51:54 +1100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-11-20 09:57:43 +0100 |
| commit | 1828ebc0fabe693be934c58899cfd5e91562b3a4 (patch) | |
| tree | 55188b012c2e8275263746b81340b8cf5507f261 /docs/syscall_descriptions_syntax.md | |
| parent | 9bc2a903f0cb0556e011b580d8be93a897245653 (diff) | |
Fixed a tiny typo
Diffstat (limited to 'docs/syscall_descriptions_syntax.md')
| -rw-r--r-- | docs/syscall_descriptions_syntax.md | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
