diff options
Diffstat (limited to 'sys/boot/ia64')
-rw-r--r-- | sys/boot/ia64/common/bootinfo.c | 2 | ||||
-rw-r--r-- | sys/boot/ia64/ski/bootinfo.c | 2 | ||||
-rw-r--r-- | sys/boot/ia64/ski/conf.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/boot/ia64/common/bootinfo.c b/sys/boot/ia64/common/bootinfo.c index 9645968..bfda81d 100644 --- a/sys/boot/ia64/common/bootinfo.c +++ b/sys/boot/ia64/common/bootinfo.c @@ -243,7 +243,7 @@ bi_copymodules(vm_offset_t addr) } /* - * Load the information expected by an alpha kernel. + * Load the information expected by the kernel. * * - The kernel environment is copied into kernel space. * - Module metadata are formatted and placed in kernel space. diff --git a/sys/boot/ia64/ski/bootinfo.c b/sys/boot/ia64/ski/bootinfo.c index a003d98..4c19d22 100644 --- a/sys/boot/ia64/ski/bootinfo.c +++ b/sys/boot/ia64/ski/bootinfo.c @@ -239,7 +239,7 @@ bi_copymodules(vm_offset_t addr) } /* - * Load the information expected by an alpha kernel. + * Load the information expected by the kernel. * * - The kernel environment is copied into kernel space. * - Module metadata are formatted and placed in kernel space. diff --git a/sys/boot/ia64/ski/conf.c b/sys/boot/ia64/ski/conf.c index 8075371..cf1e163 100644 --- a/sys/boot/ia64/ski/conf.c +++ b/sys/boot/ia64/ski/conf.c @@ -75,7 +75,7 @@ struct file_format *file_formats[] = { /* * Consoles * - * We don't prototype these in libalpha.h because they require + * We don't prototype these in libski.h because they require * data structures from bootstrap.h as well. */ extern struct console ski_console; |