Browse Source

[1575] an additional comment

JINMEI Tatuya 13 years ago
parent
commit
8d8a836667
1 changed files with 1 additions and 1 deletions
  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(),