aboutsummaryrefslogtreecommitdiffstats
path: root/docs/syscall_descriptions.md
diff options
context:
space:
mode:
authorGreg Steuck <blackgnezdo@gmail.com>2018-09-29 15:09:41 -0700
committerDmitry Vyukov <dvyukov@google.com>2018-10-01 09:58:57 +0200
commit48a50c6b3657b82feda42241abf9e34a54d2515c (patch)
tree040ad8592a9d7a2239cc7d7dc5037fbd2857038c /docs/syscall_descriptions.md
parentd7101e2c60e0eeb36fb5490e43074e1e6b70b9f3 (diff)
doc: Not -> Note
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 3658ed9c7..041f70b0f 100644
--- a/docs/syscall_descriptions.md
+++ b/docs/syscall_descriptions.md
@@ -46,7 +46,7 @@ The description of the syntax can be found [here](syscall_descriptions_syntax.md
If the subsystem is present in the mainline kernel, run `make extract TARGETOS=linux SOURCEDIR=$KSRC`
with `$KSRC` set to the location of a kernel source tree. This will generate const files.
-Not, that this will overwrite `.config` file you have in `$KSRC`.
+Note, that this will overwrite `.config` file you have in `$KSRC`.
If the subsystem is not present in the mainline kernel, then you need to manually run `syz-extract` binary:
```