Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Sep 2024 13:33:25 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 17cccb6f9092 - main - libsa: Fix a comment to be less vague
Message-ID:  <202409221333.48MDXPeA009772@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=17cccb6f909203e29e7d013d54e3e3620b34769a

commit 17cccb6f909203e29e7d013d54e3e3620b34769a
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2024-09-22 13:32:00 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-09-22 13:32:00 +0000

    libsa: Fix a comment to be less vague
    
    Be more specific about where this is used.
    
    Sponsored by:           Netflix
---
 stand/libsa/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stand/libsa/Makefile b/stand/libsa/Makefile
index dda3bfcea88f..6064a6780921 100644
--- a/stand/libsa/Makefile
+++ b/stand/libsa/Makefile
@@ -164,7 +164,7 @@ CFLAGS.bzipfs.c+= -I${SRCTOP}/contrib/bzip2  -DBZ_NO_STDIO -DBZ_NO_COMPRESS
 .PATH: ${SYSDIR}/libkern
 SRCS+=  explicit_bzero.c crc32_libkern.c
 
-# Bits from GELI which are reused elsewhere
+# Bits from GELI reused for some random seeding cases
 .PATH: ${SYSDIR}/geom/eli
 SRCS+=	g_eli_hmac.c pkcs5v2.c
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409221333.48MDXPeA009772>