diff mbox series

initramfs-framework: init: fix typo

Message ID 20240925120226.2254277-1-u.oelmann@pengutronix.de
State Under Review
Headers show
Series initramfs-framework: init: fix typo | expand

Commit Message

Ulrich Ölmann Sept. 25, 2024, 12:02 p.m. UTC
Amend a small typing error.

Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
---
 meta/recipes-core/initrdscripts/initramfs-framework/init | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-core/initrdscripts/initramfs-framework/init b/meta/recipes-core/initrdscripts/initramfs-framework/init
index 716a156f8237..a48b77e95ebc 100755
--- a/meta/recipes-core/initrdscripts/initramfs-framework/init
+++ b/meta/recipes-core/initrdscripts/initramfs-framework/init
@@ -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