aboutsummaryrefslogtreecommitdiff
path: root/doc/android
diff options
context:
space:
mode:
authorBin Meng <bmeng@tinylab.org>2023-05-25 14:30:05 +0800
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-06-02 10:59:15 +0200
commit5a2d5cbd3198c01c287fc0b284f50f89c6dec37a (patch)
tree0d5266859bfec118e3561d6bf6d73aa27780310e /doc/android
parentf37513c3adbf1ce058dbc567fbf015791fccb920 (diff)
downloadu-boot-5a2d5cbd3198c01c287fc0b284f50f89c6dec37a.zip
u-boot-5a2d5cbd3198c01c287fc0b284f50f89c6dec37a.tar.gz
u-boot-5a2d5cbd3198c01c287fc0b284f50f89c6dec37a.tar.bz2
doc: android: Fix a typo
%s/than/then Signed-off-by: Bin Meng <bmeng@tinylab.org> Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'doc/android')
-rw-r--r--doc/android/boot-image.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/android/boot-image.rst b/doc/android/boot-image.rst
index c719b4d..8f247c7 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.