Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

alpha: fix typos in a comment

"kerne" -> "kernel"

Signed-off-by: tangchunyou <tangchunyou@yulong.com>
Signed-off-by: Matt Turner <mattst88@gmail.com>

authored by

tangchunyou and committed by
Matt Turner
8f34ed9d bfd736e3

+1 -1
+1 -1
arch/alpha/boot/bootpz.c
··· 200 200 START_ADDR KSEG address of the entry point of kernel code. 201 201 202 202 ZERO_PGE KSEG address of page full of zeroes, but 203 - upon entry to kerne cvan be expected 203 + upon entry to kernel, it can be expected 204 204 to hold the parameter list and possible 205 205 INTRD information. 206 206