diff options
| author | Dongliang Mu <mudongliangabcd@gmail.com> | 2024-04-03 03:37:40 -0400 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-04-03 08:04:59 +0000 |
| commit | b90978ba49e3321a2d1cd77c07c196b088c97386 (patch) | |
| tree | bbd0477fb3f0733f57f691e6907d71bf0ef5cf32 /docs | |
| parent | 3f34f6cdc22ff2c427b9d65786c56ceb13e98fa6 (diff) | |
docs: fix a typo in the android device setup
The -> Then
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/linux/setup_linux-host_android-device_arm-kernel.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
