From b90978ba49e3321a2d1cd77c07c196b088c97386 Mon Sep 17 00:00:00 2001 From: Dongliang Mu Date: Wed, 3 Apr 2024 03:37:40 -0400 Subject: docs: fix a typo in the android device setup The -> Then --- docs/linux/setup_linux-host_android-device_arm-kernel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/linux/setup_linux-host_android-device_arm-kernel.md b/docs/linux/setup_linux-host_android-device_arm-kernel.md index 27be7797b..072e6539f 100644 --- a/docs/linux/setup_linux-host_android-device_arm-kernel.md +++ b/docs/linux/setup_linux-host_android-device_arm-kernel.md @@ -26,7 +26,7 @@ Recompile and reinstall the Linux kernel with [debugging kernel options](https:/ Get syzkaller as described [here](/docs/linux/setup.md#go-and-syzkaller). -The build it for either `arm` or `arm64` target architecture depending on the device you're using. +Then build it for either `arm` or `arm64` target architecture depending on the device you're using. ``` bash make TARGETOS=linux TARGETARCH=arm -- cgit mrf-deployment