diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2006-05-12 04:09:53 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2006-05-12 04:09:53 +0000 |
| commit | be5d6589e09fae392dfb2d144ecfcf6fecce450d (patch) | |
| tree | a0245777110aa25c49b17dc6babb605f58362897 /sys/boot/efi | |
| parent | 906d6c0eb1c4dfe1df3860a25da9165e80a15fe9 (diff) | |
Notes
Diffstat (limited to 'sys/boot/efi')
| -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 964596887428..bfda81de3b49 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. |
