aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux
diff options
context:
space:
mode:
Diffstat (limited to 'docs/linux')
-rw-r--r--docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md b/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md
index a5148916d..e00b86ce4 100644
--- a/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md
+++ b/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md
@@ -50,7 +50,7 @@ If you have another ARM64 toolchain on your machine, ensure that this newly down
## Compile the kernel
-Once you have obtained the source code for the linux kernel you wish to fuzz, do the following.
+Get the source code of the Linux kernel version you want to fuzz, and do the following.
$ ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- make defconfig
$ vim .config