bsdinstall: correct comment after r320007

Submitted by:	vangyzen
This commit is contained in:
Ed Maste 2017-06-16 19:26:33 +00:00
parent 4ca43ae5f2
commit c0fcb86aee

View File

@ -34,7 +34,7 @@
#include "partedit.h"
/* EFI partition size in KB */
/* EFI partition size in bytes */
#define EFI_BOOTPART_SIZE (200 * 1024 * 1024)
#define EFI_BOOTPART_PATH "/boot/boot1.efifat"