[master] d5501ffd4 spelling: integer type

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


commit d5501ffd42a7a068849c888e7b8bb048b5a2f58e
Author: Josh Soref <2119212+jsoref at users.noreply.github.com>
Date:   Wed Aug 7 08:30:58 2024 -0400

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

diff --git a/lib/libvcc/vcc_utils.c b/lib/libvcc/vcc_utils.c
index b5103c040..801f44da4 100644
--- a/lib/libvcc/vcc_utils.c
+++ b/lib/libvcc/vcc_utils.c
@@ -120,7 +120,7 @@ vcc_regexp(struct vcc *tl, struct vsb *vgc_name)
  *
  * Instead we make sure the sockaddr is sane (for our values of
  * sane) and dump it as our own "struct suckaddr" type, in binary,
- * using the widest integertype, hoping that this will ensure sufficient
+ * using the widest integer type, hoping that this will ensure sufficient
  * alignment.
  */
 


More information about the varnish-commit mailing list