[PATCH] alpha/boot: fix spelling mistakes in comments
Ziyu Shao <[email protected]>
| Newsgroups | org.kernel.vger.linux-alpha,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
From: Ziyu Shao <[email protected]> Fix two spelling errors in comments: - "cdecompress" -> "decompress" - "paramenters" -> "parameters" Signed-off-by: Ziyu Shao <[email protected]> --- arch/alpha/boot/bootpz.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/alpha/boot/bootpz.c b/arch/alpha/boot/bootpz.c index c6079308eab3..64680c10db79 100644 --- a/arch/alpha/boot/bootpz.c +++ b/arch/alpha/boot/bootpz.c @@ -326,7 +326,7 @@ start_kernel(void) * 0x20000000, we have to ensure that the physical memory * pages occupied by that image do NOT overlap the physical * address range where the kernel wants to be run. This - * causes real problems when attempting to cdecompress the + * causes real problems when attempting to decompress the * former into the latter... :-( * * So, we may have to decompress/move the kernel/INITRD image @@ -456,7 +456,7 @@ start_kernel(void) #ifdef DEBUG_LAST_STEPS srm_printk("Preparing INITRD info...\n"); #endif - /* Finally, set the INITRD paramenters for the kernel. */ + /* Finally, set the INITRD parameters for the kernel. */ ((long *)(ZERO_PGE+256))[0] = initrd_image_start; ((long *)(ZERO_PGE+256))[1] = INITRD_IMAGE_SIZE; -- 2.53.0