diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-10-19 14:41:40 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-19 17:32:57 +0100 |
commit | d09132d13036444bb48caac78bc942e28104ee02 (patch) | |
tree | 85c08483a626169cb7f7579a08cd06ec6ce13cbe /documentation/ref-manual | |
parent | 43cc9a16c123117b6dd0a6ac6c4a15ee38a23828 (diff) | |
download | poky-d09132d13036444bb48caac78bc942e28104ee02.tar.gz |
manuals: fix misc typos
(From yocto-docs rev: 988efd0d1663e4369043c5b53d7e1dcd9e54d3cd)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/classes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 21b50f94bd..cd5a51695b 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -1335,7 +1335,7 @@ device trees, a U-boot script, a Initramfs bundle and a RAM disk | |||
1335 | into a single FIT image. In theory, a FIT image can support any number | 1335 | into a single FIT image. In theory, a FIT image can support any number |
1336 | of kernels, U-boot scripts, Initramfs bundles, RAM disks and device-trees. | 1336 | of kernels, U-boot scripts, Initramfs bundles, RAM disks and device-trees. |
1337 | However, ``kernel-fitimage`` currently only supports | 1337 | However, ``kernel-fitimage`` currently only supports |
1338 | limited usescases: just one kernel image, an optional U-boot script, | 1338 | limited usecases: just one kernel image, an optional U-boot script, |
1339 | an optional Initramfs bundle, an optional RAM disk, and any number of | 1339 | an optional Initramfs bundle, an optional RAM disk, and any number of |
1340 | device tree. | 1340 | device tree. |
1341 | 1341 | ||