[master] 612faef42 gzip: s/linvgz/libvgz/

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Wed Jun 26 09:46:05 UTC 2024


commit 612faef42c7bdf4095c4988cd3cdd3a5f15c1e37
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Wed Jun 26 11:44:10 2024 +0200

    gzip: s/linvgz/libvgz/

diff --git a/bin/varnishd/cache/cache_gzip.c b/bin/varnishd/cache/cache_gzip.c
index cce6332b4..472ac2e5b 100644
--- a/bin/varnishd/cache/cache_gzip.c
+++ b/bin/varnishd/cache/cache_gzip.c
@@ -27,7 +27,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * Interaction with the linvgz (zlib) library.
+ * Interaction with the libvgz (zlib) library.
  *
  * The zlib library pollutes namespace a LOT when you include the "vgz.h"
  * (aka "zlib.h") file so we contain the damage by vectoring all access


More information about the varnish-commit mailing list