Fix a comment to be more accurate

This commit is contained in:
Warner Losh 2017-12-11 14:47:23 +00:00
parent b258727e79
commit 5ba722fe30
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326768

View File

@ -96,7 +96,7 @@ CFLAGS+= -DLOADER_GPT_SUPPORT
CFLAGS+= -DLOADER_MBR_SUPPORT
.endif
# GELI Support, with backward compat hooks
# GELI Support, with backward compat hooks (mostly)
.if defined(HAVE_GELI)
.if defined(LOADER_NO_GELI_SUPPORT)
MK_LOADER_GELI=no