git: 80ca573fc4e6 - main - geom_zero.4: typo

From: Maxim Konovalov <maxim_at_FreeBSD.org>
Date: Mon, 10 Nov 2025 01:36:51 UTC
The branch main has been updated by maxim:

URL: https://cgit.FreeBSD.org/src/commit/?id=80ca573fc4e65db6f17cb476b6e857fe06b2e3d8

commit 80ca573fc4e65db6f17cb476b6e857fe06b2e3d8
Author:     Maxim Konovalov <maxim@FreeBSD.org>
AuthorDate: 2025-11-10 01:35:20 +0000
Commit:     Maxim Konovalov <maxim@FreeBSD.org>
CommitDate: 2025-11-10 01:35:20 +0000

    geom_zero.4: typo
---
 share/man/man4/geom_zero.4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man4/geom_zero.4 b/share/man/man4/geom_zero.4
index 8da09b1473c9..82e74618515f 100644
--- a/share/man/man4/geom_zero.4
+++ b/share/man/man4/geom_zero.4
@@ -78,7 +78,7 @@ If set to
 .Nm
 will not copy any data into the read data buffers
 and just return the read data buffers as they are without modifying them.
-In particular, it will not not fill the read buffer with the value of
+In particular, it will not fill the read buffer with the value of
 .Va kern.geom.zero.byte .
 This is useful for read benchmarking to reduce the measurement noise
 caused by extra memory initialization.