[master] 38613a4b8 spelling: sizing

Poul-Henning Kamp phk at FreeBSD.org
Mon Aug 19 12:43:08 UTC 2024


commit 38613a4b8b4276e5945d927cf7a61e2fcdc23385
Author: Josh Soref <2119212+jsoref at users.noreply.github.com>
Date:   Wed Aug 7 09:11:22 2024 -0400

    spelling: sizing
    
    Signed-off-by: Josh Soref <2119212+jsoref at users.noreply.github.com>

diff --git a/include/vbm.h b/include/vbm.h
index 1136d19d9..3b7adf284 100644
--- a/include/vbm.h
+++ b/include/vbm.h
@@ -28,7 +28,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * Self-sizeing bitmap operations
+ * Self-sizing bitmap operations
  */
 
 #include <stdlib.h>
diff --git a/include/vbm_test.c b/include/vbm_test.c
index bf55a6a30..dec868bf5 100644
--- a/include/vbm_test.c
+++ b/include/vbm_test.c
@@ -27,7 +27,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * Test Self-sizeing bitmap operations static initialization with dynamic growth
+ * Test Self-sizing bitmap operations static initialization with dynamic growth
  */
 
 #include <assert.h>


More information about the varnish-commit mailing list