[svn] commit: r3977 - in /branches/trac347/src/bin/auth: statistics.cc statistics.h
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Dec 23 08:41:52 UTC 2010
Author: jinmei
Date: Thu Dec 23 08:41:51 2010
New Revision: 3977
Log:
a couple of minor editorial suggestions
Modified:
branches/trac347/src/bin/auth/statistics.cc
branches/trac347/src/bin/auth/statistics.h
Modified: branches/trac347/src/bin/auth/statistics.cc
==============================================================================
--- branches/trac347/src/bin/auth/statistics.cc (original)
+++ branches/trac347/src/bin/auth/statistics.cc Thu Dec 23 08:41:51 2010
@@ -127,9 +127,7 @@
// 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));
}
Modified: branches/trac347/src/bin/auth/statistics.h
==============================================================================
--- branches/trac347/src/bin/auth/statistics.h (original)
+++ branches/trac347/src/bin/auth/statistics.h Thu Dec 23 08:41:51 2010
@@ -40,7 +40,7 @@
/// 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.
///
More information about the bind10-changes
mailing list