2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[1688] trivial editorial fixes.

This commit is contained in:
JINMEI Tatuya
2012-03-20 00:00:45 -07:00
parent 489ef518a4
commit ff926e0665
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ public:
{}
// \brief Set Target Section
//
//
// Sets the section into which the information added by addRRset will be
// inserted.
//

View File

@@ -497,7 +497,7 @@ public:
/// This is because with ordering based on A, B and C (in that order), the
/// algorithm needs to do two checks on A and B - a "less than" check and a
/// check for equality. It only needs to do a "less than" check on C.
/// equality. It only needs to do one check on C,
/// equality. It only needs to do one check on C,
///
/// \param other The other AbstractRRset to compare against.
///