Browse Source

[2225_statistics] revise a comment

Naoki Kambe 12 years ago
parent
commit
2c8b5b294b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/python/isc/statistics/tests/counter_test.py

+ 1 - 1
src/lib/python/isc/statistics/tests/counter_test.py

@@ -292,7 +292,7 @@ class BaseTestCounter():
         self.check_dump_statistics()
 
     def test_ipsocket_counters(self):
-        # for unixsocket counters
+        # for ipsocket counters
         for counter_name in self._ipsocket_names:
             incrementer = self.counter._to_global\
                 ['inc_%ssocket_%s' % counter_name]