aboutsummaryrefslogtreecommitdiffstats
path: root/docs/syscall_descriptions_syntax.md
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-09-13 08:51:28 +0200
committerGitHub <noreply@github.com>2017-09-13 08:51:28 +0200
commit013a8d4c00bedc319ea6d5b4d96db5097e3c21bb (patch)
tree7d93cdf857e8453a138ba095dcb61684be81e581 /docs/syscall_descriptions_syntax.md
parentc12eb94a84974801728e76e5d6785f66d0712362 (diff)
Update syscall_descriptions_syntax.md
Diffstat (limited to 'docs/syscall_descriptions_syntax.md')
-rw-r--r--docs/syscall_descriptions_syntax.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/syscall_descriptions_syntax.md b/docs/syscall_descriptions_syntax.md
index 5bd20ebe2..06e77ad62 100644
--- a/docs/syscall_descriptions_syntax.md
+++ b/docs/syscall_descriptions_syntax.md
@@ -25,7 +25,7 @@ rest of the type-options are type-specific:
"const": integer constant, type-options:
value, underlying type (one if "intN", "intptr")
"intN"/"intptr": an integer without a particular meaning, type-options:
- optional range of values (e.g. "5:10", or "-100:200")
+ optional range of values (e.g. "5:10", or "100:200")
"flags": a set of flags, type-options:
reference to flags description (see below)
"array": a variable/fixed-length array, type-options: