1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-07 16:59:22 +00:00

initramfs-framework: init: fix typo

Amend a small typing error.

(From OE-Core rev: c4ca9161d9de1a522a34c9088dedf6c346afbbed)

Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ulrich Ölmann
2024-09-25 14:02:26 +02:00
committed by Richard Purdie
parent 6a81cfd64d
commit 2f09eddfeb
@@ -70,7 +70,7 @@ fatal() {
fi
}
# Variables shared amoung modules
# Variables shared among modules
ROOTFS_DIR="/rootfs" # where to do the switch root
MODULE_PRE_HOOKS="" # functions to call before running each module
MODULE_POST_HOOKS="" # functions to call after running each module