Parcourir la source

[1575] an additional comment

JINMEI Tatuya il y a 13 ans
Parent
commit
8d8a836667
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/dns/python/nsec3hash_python.cc

+ 1 - 1
src/lib/dns/python/nsec3hash_python.cc

@@ -192,7 +192,7 @@ PyTypeObject nsec3hash_type = {
     0                                   // tp_version_tag
 };
 
-// Module Initialization, all statics are initialized here
+// Module Initialization, all statics (nothing right now) are initialized here
 bool
 initModulePart_NSEC3Hash(PyObject* mod) {
     // We initialize the static description object with PyType_Ready(),