ref-manual: fix typo

- Fix an obvious typo

(From yocto-docs rev: 03bbd66ddb85acddcfa0c588cfd29e2eac15d3db)

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Michael Opdenacker 2021-04-06 21:43:23 +02:00 committed by Richard Purdie
parent 37ff21babe
commit 9df4fd6d39

View File

@ -134,7 +134,7 @@ or that mention ``do_rootfs``, you might need to update those changes.
In particular, if you had added any tasks after ``do_rootfs``, you
should make edits so that those tasks are after the
:ref:`ref-tasks-image-complete` task rather than
after ``do_rootfs`` so that the your added tasks run at the correct
after ``do_rootfs`` so that your added tasks run at the correct
time.
A minor part of this restructuring is that the post-processing