svn commit: r320008 - head/usr.sbin/bsdinstall/partedit

Ed Maste emaste at FreeBSD.org
Fri Jun 16 19:26:34 UTC 2017


Author: emaste
Date: Fri Jun 16 19:26:33 2017
New Revision: 320008
URL: https://svnweb.freebsd.org/changeset/base/320008

Log:
  bsdinstall: correct comment after r320007
  
  Submitted by:	vangyzen

Modified:
  head/usr.sbin/bsdinstall/partedit/partedit_arm64.c

Modified: head/usr.sbin/bsdinstall/partedit/partedit_arm64.c
==============================================================================
--- head/usr.sbin/bsdinstall/partedit/partedit_arm64.c	Fri Jun 16 18:58:48 2017	(r320007)
+++ head/usr.sbin/bsdinstall/partedit/partedit_arm64.c	Fri Jun 16 19:26:33 2017	(r320008)
@@ -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"
 


More information about the svn-src-head mailing list