From 0773c4252b9eda702503351c75aca73526a13b6c Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Tue, 19 Aug 2025 15:53:14 +0200 Subject: docs: fix misspellings Gemini CLI experiments side effect. --- docs/linux/setup_linux-host_qemu-vm_riscv64-kernel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/linux/setup_linux-host_qemu-vm_riscv64-kernel.md') diff --git a/docs/linux/setup_linux-host_qemu-vm_riscv64-kernel.md b/docs/linux/setup_linux-host_qemu-vm_riscv64-kernel.md index 491a592ab..f6e7ca751 100644 --- a/docs/linux/setup_linux-host_qemu-vm_riscv64-kernel.md +++ b/docs/linux/setup_linux-host_qemu-vm_riscv64-kernel.md @@ -25,7 +25,7 @@ make ARCH=riscv CROSS_COMPILE=riscv64-linux-gnu- -j $(nproc) # OpenSBI -Clone the OpenSBI repository and build the bootable OpenSBI image containg the kernel: +Clone the OpenSBI repository and build the bootable OpenSBI image containing the kernel: ```shell git clone https://github.com/riscv/opensbi -- cgit mrf-deployment