BIND 10 trac2206, updated. 3d68f767731a682d4a80e9ba74d953502c2ada7d [2206] editorial fix: combine two short lines
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Oct 3 17:13:03 UTC 2012
The branch, trac2206 has been updated
via 3d68f767731a682d4a80e9ba74d953502c2ada7d (commit)
from 37fd8a72b131d5de9a6fbe612d3dc3d19bafdf83 (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 3d68f767731a682d4a80e9ba74d953502c2ada7d
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Oct 3 10:12:07 2012 -0700
[2206] editorial fix: combine two short lines
(I also suspect it may not work if '\c' continues to the next line.
this change also avoids that)
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/memory/zone_table_segment.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/zone_table_segment.h b/src/lib/datasrc/memory/zone_table_segment.h
index 24aed3f..7fd1310 100644
--- a/src/lib/datasrc/memory/zone_table_segment.h
+++ b/src/lib/datasrc/memory/zone_table_segment.h
@@ -97,8 +97,7 @@ public:
/// \brief Destroy a ZoneTableSegment
///
/// This method destroys the passed ZoneTableSegment. It must be
- /// passed a segment previously created by \c
- /// ZoneTableSegment::create().
+ /// passed a segment previously created by \c ZoneTableSegment::create().
///
/// \param segment The segment to destroy.
static void destroy(ZoneTableSegment* segment);
More information about the bind10-changes
mailing list