BIND 10 trac1955, updated. d16a4ec35b968f8d7af36872a3df62bf7f8fc3d1 [1955] Fixed doxygen typos in perfdhcp.
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jun 5 16:05:41 UTC 2012
The branch, trac1955 has been updated
via d16a4ec35b968f8d7af36872a3df62bf7f8fc3d1 (commit)
from 04b0e46c0bfee7922b271d61f8070cd35d4505c9 (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 d16a4ec35b968f8d7af36872a3df62bf7f8fc3d1
Author: Marcin Siodelski <marcin at isc.org>
Date: Tue Jun 5 18:05:33 2012 +0200
[1955] Fixed doxygen typos in perfdhcp.
-----------------------------------------------------------------------
Summary of changes:
tests/tools/perfdhcp/localized_option.h | 2 +-
tests/tools/perfdhcp/perf_pkt4.h | 2 +-
tests/tools/perfdhcp/perf_pkt6.h | 2 +-
tests/tools/perfdhcp/pkt_transform.h | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
-----------------------------------------------------------------------
diff --git a/tests/tools/perfdhcp/localized_option.h b/tests/tools/perfdhcp/localized_option.h
index 19d74cd..a6e4155 100644
--- a/tests/tools/perfdhcp/localized_option.h
+++ b/tests/tools/perfdhcp/localized_option.h
@@ -36,7 +36,7 @@ namespace perfdhcp {
/// In order to read on-wire data from incoming packet client class
/// has to specify options of \ref perfdhcp::LocalizedOption type
/// with expected offsets of these options in a packet. The
-/// \ret perfdhcp::PerfPkt6 will use offsets to read fragments
+/// \ref perfdhcp::PerfPkt6 will use offsets to read fragments
/// of packet and store them in options' buffers.
/// (\see perfdhcp::PerfPkt6::rawUnpack).
///
diff --git a/tests/tools/perfdhcp/perf_pkt4.h b/tests/tools/perfdhcp/perf_pkt4.h
index 4ef779c..48382fc 100644
--- a/tests/tools/perfdhcp/perf_pkt4.h
+++ b/tests/tools/perfdhcp/perf_pkt4.h
@@ -120,7 +120,7 @@ public:
/// when you use template packets that require replacement
/// of selected options' contents before sending.
///
- /// \retrun false, id pack operation failed.
+ /// \return false, id pack operation failed.
bool rawPack();
/// \brief Handles limited binary packet parsing for packets with
diff --git a/tests/tools/perfdhcp/perf_pkt6.h b/tests/tools/perfdhcp/perf_pkt6.h
index 590fb9e..e7077b3 100644
--- a/tests/tools/perfdhcp/perf_pkt6.h
+++ b/tests/tools/perfdhcp/perf_pkt6.h
@@ -149,7 +149,7 @@ public:
/// when you use template packets that require replacement
/// of selected options' contents before sending.
///
- /// \retrun false, id pack operation failed.
+ /// \return false, id pack operation failed.
bool rawPack();
/// \brief Handles limited binary packet parsing for packets with
diff --git a/tests/tools/perfdhcp/pkt_transform.h b/tests/tools/perfdhcp/pkt_transform.h
index 4c81848..0f38afc 100644
--- a/tests/tools/perfdhcp/pkt_transform.h
+++ b/tests/tools/perfdhcp/pkt_transform.h
@@ -64,7 +64,7 @@ public:
/// \param transid transaction id value
/// \param out_buffer output buffer holding "packed" data
///
- /// \retrun false, if pack operation failed.
+ /// \return false, if pack operation failed.
static bool pack(const dhcp::Option::Universe universe,
const dhcp::OptionBuffer& in_buffer,
const dhcp::Option::OptionCollection& options,
More information about the bind10-changes
mailing list