BIND 10 trac1258, updated. bb7833f2054edca11a32d24d17486f153db00ec1 [1258] minor minor change in comment
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Sep 30 12:36:38 UTC 2011
The branch, trac1258 has been updated
via bb7833f2054edca11a32d24d17486f153db00ec1 (commit)
from aba10a01b765b472d57112fd4e09a6fb47b49fa7 (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 bb7833f2054edca11a32d24d17486f153db00ec1
Author: Jelte Jansen <jelte at isc.org>
Date: Fri Sep 30 14:36:28 2011 +0200
[1258] minor minor change in comment
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/message.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/message.h b/src/lib/dns/message.h
index b9ccb34..f286c67 100644
--- a/src/lib/dns/message.h
+++ b/src/lib/dns/message.h
@@ -590,7 +590,7 @@ public:
/// performed on these values to express compound options.
enum ParseOptions {
PARSE_DEFAULT = 0, ///< The default options
- PRESERVE_ORDER = 1 ///< Preserve RR order and don't combining
+ PRESERVE_ORDER = 1 ///< Preserve RR order and don't combine them
};
/// \brief Parse the header section of the \c Message.
@@ -676,6 +676,6 @@ std::ostream& operator<<(std::ostream& os, const Message& message);
}
#endif // __MESSAGE_H
-// Local Variables:
+// Local Variables:
// mode: c++
-// End:
+// End:
More information about the bind10-changes
mailing list