diff options
author | jhb <jhb@FreeBSD.org> | 2006-05-12 04:09:53 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2006-05-12 04:09:53 +0000 |
commit | 6ecdc538b9c25797d530614005ba47d651b0e448 (patch) | |
tree | a0245777110aa25c49b17dc6babb605f58362897 /sys/boot/efi/libefi | |
parent | 42320347d074dcb886f7611f3b29ea1288dc9145 (diff) | |
download | FreeBSD-src-6ecdc538b9c25797d530614005ba47d651b0e448.zip FreeBSD-src-6ecdc538b9c25797d530614005ba47d651b0e448.tar.gz |
Remove more Alpha bits from the boot code including fixing several
stale comments.
Diffstat (limited to 'sys/boot/efi/libefi')
-rw-r--r-- | sys/boot/efi/libefi/bootinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/efi/libefi/bootinfo.c b/sys/boot/efi/libefi/bootinfo.c index 9645968..bfda81d 100644 --- a/sys/boot/efi/libefi/bootinfo.c +++ b/sys/boot/efi/libefi/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. |