[PATCH] initramfs: fix typo in comment

Antonio Alvarez Feijoo posted 1 patch 2 years, 8 months ago
init/initramfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] initramfs: fix typo in comment
Posted by Antonio Alvarez Feijoo 2 years, 8 months ago
virtul -> virtual

Signed-off-by: Antonio Alvarez Feijoo <antonio.feijoo@suse.com>
---
 init/initramfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init/initramfs.c b/init/initramfs.c
index 62321883fe61..3c29a1f1eae9 100644
--- a/init/initramfs.c
+++ b/init/initramfs.c
@@ -586,7 +586,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.35.3