diff options
| author | Aristo Chen <[email protected]> | 2025-04-24 17:14:16 +0800 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2025-04-25 17:30:15 +0200 |
| commit | 393123adadd5be8aa77628b887ada32f5862ca96 (patch) | |
| tree | c91511f39590ba2d691f41cad2386b8240d041dc /doc/usage | |
| parent | 06d7bd9c06110db6832af96b16ca9931c2a3855a (diff) | |
doc: fix typo 'to'
Fix typo from "to" to "do"
Signed-off-by: Aristo Chen <[email protected]>
Reviewed-by: Quentin Schulz <[email protected]>
Diffstat (limited to 'doc/usage')
| -rw-r--r-- | doc/usage/blkmap.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
