Adopt comments borrowed from aout_freebsd.c.

This commit is contained in:
Ruslan Ermilov 2006-10-26 20:04:22 +00:00
parent 5a20bc0d54
commit 50159fa216
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163708
2 changed files with 2 additions and 2 deletions

View file

@ -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.
*/

View file

@ -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.
*/