Fix a minor typo in the comment inside reserve_initrd_mem.
Change "virtul" to "virtual".
Signed-off-by: Shivank Sharma <shivanksharma2376543@gmail.com>
---
init/initramfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/init/initramfs.c b/init/initramfs.c
index 20a18fcda..55c17c8f3 100644
--- a/init/initramfs.c
+++ b/init/initramfs.c
@@ -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)
--
2.55.0