Skip to content

Commit

Permalink
docs: fix a typo in the android device setup
Browse files Browse the repository at this point in the history
The -> Then
  • Loading branch information
mudongliang authored and dvyukov committed Apr 3, 2024
1 parent 3f34f6c commit b90978b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/linux/setup_linux-host_android-device_arm-kernel.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b90978b

Please sign in to comment.