summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/labelsequence.h
diff options
context:
space:
mode:
authorTomek Mrugalski <tomasz@isc.org>2012-06-01 16:51:04 +0200
committerTomek Mrugalski <tomasz@isc.org>2012-06-01 16:51:04 +0200
commiteab5b84db6c5a0db2e7cc9c53b5433797905a599 (patch)
tree9f51ec50d7fac4186cee75107a134505bbee6b0c /src/lib/dns/labelsequence.h
parentMerge branch 'master' into trac1735_2 (diff)
downloadkea-eab5b84db6c5a0db2e7cc9c53b5433797905a599.tar.xz
kea-eab5b84db6c5a0db2e7cc9c53b5433797905a599.zip
[2017] Many Doxygen warnings removed.
Diffstat (limited to 'src/lib/dns/labelsequence.h')
-rw-r--r--src/lib/dns/labelsequence.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/dns/labelsequence.h b/src/lib/dns/labelsequence.h
index 6b10b6782a..b17eeb43ad 100644
--- a/src/lib/dns/labelsequence.h
+++ b/src/lib/dns/labelsequence.h
@@ -101,7 +101,7 @@ public:
/// \note No actual memory is changed, this operation merely updates the
/// internal pointers based on the offsets in the Name object.
///
- /// \exeption OutOfRange if i is greater than or equal to the number
+ /// \exception OutOfRange if i is greater than or equal to the number
/// of labels currently pointed to by this LabelSequence
///
/// \param i The number of labels to remove.
@@ -112,7 +112,7 @@ public:
/// \note No actual memory is changed, this operation merely updates the
/// internal pointers based on the offsets in the Name object.
///
- /// \exeption OutOfRange if i is greater than or equal to the number
+ /// \exception OutOfRange if i is greater than or equal to the number
/// of labels currently pointed to by this LabelSequence
///
/// \param i The number of labels to remove.