git: 16ebddc9a72a - main - stand/zfs: Update comment about blake3_impl_hack.c

From: Warner Losh <imp_at_FreeBSD.org>
Date: Sun, 24 Jul 2022 22:55:50 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=16ebddc9a72ac681c3f1ad6977278ea422f00434

commit 16ebddc9a72ac681c3f1ad6977278ea422f00434
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-07-24 21:55:49 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-07-24 22:53:36 +0000

    stand/zfs: Update comment about blake3_impl_hack.c
    
    Fix a typo by reworking the comment for blake3_impl_hack.c and amplify
    the nature of the hack and its temporary reason for existing.
    
    Sponsored by:           Netflix
    Reviewed by:            delphij
    Differential Revision:  https://reviews.freebsd.org/D35895
---
 stand/libsa/zfs/Makefile.inc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/stand/libsa/zfs/Makefile.inc b/stand/libsa/zfs/Makefile.inc
index d91d83e8bdba..b85433f4873f 100644
--- a/stand/libsa/zfs/Makefile.inc
+++ b/stand/libsa/zfs/Makefile.inc
@@ -81,5 +81,6 @@ CFLAGS.zfs_zstd.c+= -DIN_BASE -DIN_LIBSA
 # Do not unroll skein loops, reduce code size
 CFLAGS.skein_block.c+=	-DSKEIN_LOOP=111
 
-# To puck up blake3_impl.c...
+# To find blake3_impl.c in OpenZFS tree for our somehat ugly blake3_impl_hack.c
+# that's needed until the necessary tweaks can be upstreamed.
 CFLAGS.blake3_impl_hack.c+= -I${OZFS}/module/icp/algs/blake3