[master] b18b9f9da Kill reference to vmod_if.[ch]

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Tue Apr 14 15:13:06 UTC 2020


commit b18b9f9da1a4522abfc4eb09b3c684eec4a1e0d3
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Tue Apr 14 16:54:48 2020 +0200

    Kill reference to vmod_if.[ch]
    
    Even when it was introduced, it was inaccurate.

diff --git a/lib/libvcc/vmodtool.py b/lib/libvcc/vmodtool.py
index 2a8a9444c..8b91be754 100755
--- a/lib/libvcc/vmodtool.py
+++ b/lib/libvcc/vmodtool.py
@@ -30,8 +30,8 @@
 
 """
 Read the vmod.vcc file (inputvcc) and produce:
-    vmod_if.h -- Prototypes for the implementation
-    vmod_if.c -- Magic glue & datastructures to make things a VMOD.
+    vcc_if.h -- Prototypes for the implementation
+    vcc_if.c -- Magic glue & datastructures to make things a VMOD.
     vmod_${name}.rst -- Extracted documentation
     vmod_${name}.man.rst -- Extracted documentation (rst2man input)
 """


More information about the varnish-commit mailing list