BIND 10 trac998, updated. ac7aaa887d827f8bdf1c2881d245cc655c6847b7 [trac998] Final comment tweaks suggested by Jinmei
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jun 22 20:16:48 UTC 2011
The branch, trac998 has been updated
via ac7aaa887d827f8bdf1c2881d245cc655c6847b7 (commit)
from ebb6493b8ff763d42fe99438c8befe48c381b4aa (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 ac7aaa887d827f8bdf1c2881d245cc655c6847b7
Author: Stephen Morris <stephen at isc.org>
Date: Wed Jun 22 21:16:02 2011 +0100
[trac998] Final comment tweaks suggested by Jinmei
-----------------------------------------------------------------------
Summary of changes:
src/lib/acl/ip_check.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/acl/ip_check.h b/src/lib/acl/ip_check.h
index bdd546a..24db66b 100644
--- a/src/lib/acl/ip_check.h
+++ b/src/lib/acl/ip_check.h
@@ -172,7 +172,7 @@ public:
/// \brief IPV6 Constructor
///
- /// Constructs an IPv6 Check object from a network address given as a
+ /// Constructs an IPV6 Check object from a network address given as a
/// 16-byte array in network-byte order and a prefix length.
///
/// \param address IP address to check for (as an address in network-byte
@@ -230,7 +230,7 @@ public:
family_ = AF_INET6;
} else {
- // Not IPV6, try IPv4
+ // Not IPV6, try IPV4
int status = inet_pton(AF_INET, result.first.c_str(),
address_bytes);
if (status == 1) {
@@ -255,7 +255,7 @@ public:
/// \brief The check itself
///
/// Matches the passed argument to the condition stored here. Different
- /// specialisations must be provided for different argument types, and the
+ /// specialisations must be provided for different argument types, and the
/// program will fail to compile if a required specialisation is not
/// provided.
///
More information about the bind10-changes
mailing list