From 393123adadd5be8aa77628b887ada32f5862ca96 Mon Sep 17 00:00:00 2001 From: Aristo Chen Date: Thu, 24 Apr 2025 17:14:16 +0800 Subject: [PATCH] doc: fix typo 'to' Fix typo from "to" to "do" Signed-off-by: Aristo Chen Reviewed-by: Quentin Schulz --- doc/usage/blkmap.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/usage/blkmap.rst b/doc/usage/blkmap.rst index 75f736c259f..4e9091e8ffa 100644 --- a/doc/usage/blkmap.rst +++ b/doc/usage/blkmap.rst @@ -39,7 +39,7 @@ network. Getting the image to the target is easy enough: dhcp ${ramdisk_addr_r} rootfs.ext4 -But now we are faced with a predicament: how to we extract the kernel +But now we are faced with a predicament: how do we extract the kernel image? Block maps to the rescue! We start by creating a new device: -- 2.39.5