From 5a2d5cbd3198c01c287fc0b284f50f89c6dec37a Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Thu, 25 May 2023 14:30:05 +0800 Subject: [PATCH] doc: android: Fix a typo %s/than/then Signed-off-by: Bin Meng Reviewed-by: Mattijs Korpershoek Signed-off-by: Heinrich Schuchardt --- doc/android/boot-image.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/android/boot-image.rst b/doc/android/boot-image.rst index c719b4d711d..8f247c70933 100644 --- a/doc/android/boot-image.rst +++ b/doc/android/boot-image.rst @@ -11,7 +11,7 @@ Android Boot Image is used to boot Android OS. It usually contains kernel image (like ``zImage`` file) and ramdisk. Sometimes it can contain additional binaries. This image is built as a part of AOSP (called ``boot.img``), and being flashed into ``boot`` partition on eMMC. Bootloader then reads that image from -``boot`` partition to RAM and boots the kernel from it. Kernel than starts +``boot`` partition to RAM and boots the kernel from it. Kernel then starts ``init`` process from the ramdisk. It should be mentioned that recovery image (``recovery.img``) also has Android Boot Image format.