[PATCH] alpha/boot: fix spelling mistakes in comments

Ziyu Shao posted 1 patch 1 week, 1 day ago
arch/alpha/boot/bootpz.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] alpha/boot: fix spelling mistakes in comments
Posted by Ziyu Shao 1 week, 1 day ago
From: Ziyu Shao <Ziyu_Shao@outlook.com>

Fix two spelling errors in comments:
- "cdecompress" -> "decompress"
- "paramenters" -> "parameters"

Signed-off-by: Ziyu Shao <Ziyu_Shao@outlook.com>
---
 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