summaryrefslogtreecommitdiff
path: root/com32/mboot/mboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'com32/mboot/mboot.c')
-rw-r--r--com32/mboot/mboot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/com32/mboot/mboot.c b/com32/mboot/mboot.c
index 10e6701c..4e6b4e1d 100644
--- a/com32/mboot/mboot.c
+++ b/com32/mboot/mboot.c
@@ -223,13 +223,13 @@ int main(int argc, char *argv[])
mbinfo.flags |= MB_INFO_CMDLINE;
}
- /* Map auxilliary images */
+ /* Map auxiliary images */
if (nmodules > 1) {
if (map_modules(modules + 1, nmodules - 1))
return 1;
}
- /* Add auxilliary information */
+ /* Add auxiliary information */
mboot_make_memmap();
mboot_apm();
mboot_syslinux_info();