aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha
diff options
context:
space:
mode:
authortangchunyou <tangchunyou@yulong.com>2021-01-20 21:34:10 +0800
committerMatt Turner <mattst88@gmail.com>2021-07-25 22:33:03 -0700
commit8f34ed9d959786e2f2a643a1237f69f0171911cf (patch)
treeb16377135835f3f69ef772a262443008f2ef4d06 /arch/alpha
parentalpha: defconfig: add necessary configs for boot testing (diff)
downloadlinux-dev-8f34ed9d959786e2f2a643a1237f69f0171911cf.tar.xz
linux-dev-8f34ed9d959786e2f2a643a1237f69f0171911cf.zip
alpha: fix typos in a comment
"kerne" -> "kernel" Signed-off-by: tangchunyou <tangchunyou@yulong.com> Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'arch/alpha')
-rw-r--r--arch/alpha/boot/bootpz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/boot/bootpz.c b/arch/alpha/boot/bootpz.c
index 43af71835adf..90a2b341e9c0 100644
--- a/arch/alpha/boot/bootpz.c
+++ b/arch/alpha/boot/bootpz.c
@@ -200,7 +200,7 @@ extern char _end;
START_ADDR KSEG address of the entry point of kernel code.
ZERO_PGE KSEG address of page full of zeroes, but
- upon entry to kerne cvan be expected
+ upon entry to kernel, it can be expected
to hold the parameter list and possible
INTRD information.