From db5852f9fc9006ecee80291c7b1676b4b8fec0c1 Mon Sep 17 00:00:00 2001 From: Marsman1996 Date: Wed, 21 Aug 2024 13:07:14 +0800 Subject: docs/adding_new_os_support.md: fix a typo --- docs/adding_new_os_support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/adding_new_os_support.md') diff --git a/docs/adding_new_os_support.md b/docs/adding_new_os_support.md index ea25d726d..e91c8a731 100644 --- a/docs/adding_new_os_support.md +++ b/docs/adding_new_os_support.md @@ -44,7 +44,7 @@ Adding the new kernel name with already existing supported kernels to the file ` ## Editing `vm/qemu` -Adding the new kernel name with already existing supported kernels to the file `qemo.go` which is located under `vm/qemu`. +Adding the new kernel name with already existing supported kernels to the file `qemu.go` which is located under `vm/qemu`. ## Syzkaller description & pseudo-syscalls -- cgit mrf-deployment