BIND 10 trac1160, updated. 7489fa475c3f5963323a6b660e4544e48f45d37c [trac1160] fixed doxygen comment
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Aug 4 07:29:53 UTC 2011
The branch, trac1160 has been updated
via 7489fa475c3f5963323a6b660e4544e48f45d37c (commit)
from 19912ea4537e669f9c9ad1108b6f5453025738ef (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7489fa475c3f5963323a6b660e4544e48f45d37c
Author: Jelte Jansen <jelte at isc.org>
Date: Thu Aug 4 09:29:25 2011 +0200
[trac1160] fixed doxygen comment
-----------------------------------------------------------------------
Summary of changes:
src/lib/util/strutil.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/util/strutil.h b/src/lib/util/strutil.h
index 1cb7bdd..021c236 100644
--- a/src/lib/util/strutil.h
+++ b/src/lib/util/strutil.h
@@ -175,7 +175,7 @@ std::string getToken(std::istringstream& iss);
/// BitSize is the maximum number of bits that the resulting integer can take.
/// This function first checks whether the given token can be converted to
/// an integer of NumType type. It then confirms the conversion result is
-/// within the valid range, i.e., [0, 2^NumType - 1]. The second check is
+/// within the valid range, i.e., [0, 2^BitSize - 1]. The second check is
/// necessary because lexical_cast<T> where T is an unsigned integer type
/// doesn't correctly reject negative numbers when compiled with SunStudio.
///
More information about the bind10-changes
mailing list