Parcourir la source

a couple of minor editorial suggestions

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac347@3977 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya il y a 14 ans
Parent
commit
c793655836
2 fichiers modifiés avec 2 ajouts et 4 suppressions
  1. 1 3
      src/bin/auth/statistics.cc
  2. 1 1
      src/bin/auth/statistics.h

+ 1 - 3
src/bin/auth/statistics.cc

@@ -127,9 +127,7 @@ AuthCountersImpl::setStatisticsSession
 
 // Currently for testing purpose only
 uint64_t
-AuthCountersImpl::getCounter
-    (const AuthCounters::QueryType type) const
-{
+AuthCountersImpl::getCounter(const AuthCounters::QueryType type) const {
     return (counters_.at(type));
 }
 

+ 1 - 1
src/bin/auth/statistics.h

@@ -40,7 +40,7 @@ class AuthCountersImpl;
 /// module with statistics_session, periodically or at a time the command
 /// \c sendstats is received.
 ///
-/// We may eventually want to change the structure to hold values that is
+/// We may eventually want to change the structure to hold values that are
 /// not counters (such as concurrent TCP connections), or seperate generic
 /// part to src/lib to share with the other modules.
 ///