From 63a3f1900d4355a31d4ebdb465d0260f8b55d58d Mon Sep 17 00:00:00 2001 From: rpe Date: Sun, 18 Oct 2015 17:24:25 +0000 Subject: [PATCH] Fix comments. OK krw@ --- usr.sbin/installboot/i386_installboot.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/installboot/i386_installboot.c b/usr.sbin/installboot/i386_installboot.c index 744c62273ec..0369cb9515c 100644 --- a/usr.sbin/installboot/i386_installboot.c +++ b/usr.sbin/installboot/i386_installboot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: i386_installboot.c,v 1.13 2015/10/14 14:13:12 jsg Exp $ */ +/* $OpenBSD: i386_installboot.c,v 1.14 2015/10/18 17:24:25 rpe Exp $ */ /* $NetBSD: installboot.c,v 1.5 1995/11/17 23:23:50 gwr Exp $ */ /* @@ -288,7 +288,7 @@ write_efisystem(struct disklabel *dl, char part) } } - /* Create "/efi/boot" directory in .. */ + /* Create "/efi/BOOT" directory in .. */ if (strlcat(dst, "/efi", sizeof(dst)) >= sizeof(dst)) { rslt = -1; warn("unable to build /efi directory"); @@ -311,7 +311,7 @@ write_efisystem(struct disklabel *dl, char part) } /* - * Copy BOOTIA32.EFI and BOOTX64.EFI to /efi/boot. + * Copy BOOTIA32.EFI and BOOTX64.EFI to /efi/BOOT/. * * N.B.: BOOTIA32.EFI is longer than BOOTX64.EFI, so src can be reused! */ -- 2.20.1