initramfs: fix typo in reserve_initrd_mem comment

Fix a minor typo in the comment inside reserve_initrd_mem.
Change "virtul" to "virtual".

Signed-off-by: Shivank Sharma <shivanksharma2376543@gmail.com>
Link: https://patch.msgid.link/20260716160944.1331096-1-shivanksharma2376543@gmail.com
Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
This commit is contained in:
Shivank Sharma
2026-07-16 21:39:44 +05:30
committed by Christian Brauner
parent f7f4665dc5
commit cb6a7cc2bd

View File

@@ -618,7 +618,7 @@ void __init reserve_initrd_mem(void)
phys_addr_t start;
unsigned long size;
/* Ignore the virtul address computed during device tree parsing */
/* Ignore the virtual address computed during device tree parsing */
initrd_start = initrd_end = 0;
if (!phys_initrd_size)