summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-10-26 20:04:22 +0000
committerru <ru@FreeBSD.org>2006-10-26 20:04:22 +0000
commitb3e38fbc69f126c6cc49a0a6e45096d6c01b7c43 (patch)
tree03bcfe1a24064ba5ee4324de41470ad1016b23d1
parent00c76003d21be410074c6b86bd84fea984ff7b3b (diff)
downloadFreeBSD-src-b3e38fbc69f126c6cc49a0a6e45096d6c01b7c43.zip
FreeBSD-src-b3e38fbc69f126c6cc49a0a6e45096d6c01b7c43.tar.gz
Adopt comments borrowed from aout_freebsd.c.
-rw-r--r--sys/boot/i386/libi386/elf32_freebsd.c2
-rw-r--r--sys/boot/i386/libi386/elf64_freebsd.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/i386/libi386/elf32_freebsd.c b/sys/boot/i386/libi386/elf32_freebsd.c
index 5d85927..5f66622 100644
--- a/sys/boot/i386/libi386/elf32_freebsd.c
+++ b/sys/boot/i386/libi386/elf32_freebsd.c
@@ -46,7 +46,7 @@ struct file_format i386_elf = { elf32_loadfile, elf32_exec };
struct file_format i386_elf_obj = { elf32_obj_loadfile, elf32_obj_exec };
/*
- * There is an a.out kernel and one or more a.out modules loaded.
+ * There is an ELF kernel and one or more ELF modules loaded.
* We wish to start executing the kernel image, so make such
* preparations as are required, and do so.
*/
diff --git a/sys/boot/i386/libi386/elf64_freebsd.c b/sys/boot/i386/libi386/elf64_freebsd.c
index b72e810..8fb13b7 100644
--- a/sys/boot/i386/libi386/elf64_freebsd.c
+++ b/sys/boot/i386/libi386/elf64_freebsd.c
@@ -64,7 +64,7 @@ u_int32_t entry_lo;
extern void amd64_tramp();
/*
- * There is an a.out kernel and one or more a.out modules loaded.
+ * There is an ELF kernel and one or more ELF modules loaded.
* We wish to start executing the kernel image, so make such
* preparations as are required, and do so.
*/
OpenPOWER on IntegriCloud