[master] 1cd7b5431 spelling: segment
Poul-Henning Kamp
phk at FreeBSD.org
Mon Aug 19 12:44:12 UTC 2024
commit 1cd7b5431c0543ef50965921da24f39834fe86f6
Author: Josh Soref <2119212+jsoref at users.noreply.github.com>
Date: Wed Aug 7 08:31:01 2024 -0400
spelling: segment
Signed-off-by: Josh Soref <2119212+jsoref at users.noreply.github.com>
diff --git a/bin/varnishd/storage/mgt_storage_persistent.c b/bin/varnishd/storage/mgt_storage_persistent.c
index 9bfcce676..d0ecc3fc0 100644
--- a/bin/varnishd/storage/mgt_storage_persistent.c
+++ b/bin/varnishd/storage/mgt_storage_persistent.c
@@ -95,7 +95,7 @@ smp_metrics(struct smp_sc *sc)
/*
* The number of segments are limited by the size of the segment
- * table(s) and from that follows the minimum size of a segmement.
+ * table(s) and from that follows the minimum size of a segment.
*/
sc->max_nseg = smp_stuff_len(sc, SMP_SEG1_STUFF) / sc->min_nseg;
More information about the varnish-commit
mailing list