From d4bad60bb82cd8279d674267f365605c03495033 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Tue, 19 May 2020 18:57:53 +0200 Subject: Update setup_ubuntu-host_qemu-vm_x86-64-kernel.md --- docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/linux') diff --git a/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md b/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md index 0d6649ba8..5123ae98c 100644 --- a/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md +++ b/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md @@ -4,7 +4,7 @@ These are the instructions on how to fuzz the x86-64 kernel in a QEMU with Ubunt ## GCC -While you may use GCC that is available from your distro, it's preferable to get the lastest one from [this](/docs/syzbot.md#crash-does-not-reproduce) list. Download and unpack into `$GCC`, and you should have GCC binaries in `$GCC/bin/` +While you may use GCC that is available from your distro, it's preferable to get the lastest GCC from [this](/docs/syzbot.md#crash-does-not-reproduce) list. Download and unpack into `$GCC`, and you should have GCC binaries in `$GCC/bin/` ``` bash $ ls $GCC/bin/ -- cgit mrf-deployment