]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2091a] clarified in one point that non absolute means relative
authorJINMEI Tatuya <jinmei@isc.org>
Mon, 23 Jul 2012 18:55:15 +0000 (11:55 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Mon, 23 Jul 2012 18:55:15 +0000 (11:55 -0700)
src/lib/dns/name.h

index 38fc56609f06c4415d66c877742c5121d3a957ce..261caee2911a532ae88cff76cf2cd1d7ee241807 100644 (file)
@@ -117,9 +117,9 @@ public:
 ///
 /// Note that the ordering is defined for two label sequences that have no
 /// hierarchical relationship (in which case the relationship will be NONE).
-/// For example, two non absolute sequences "example.com" and "example.org"
-/// have no hierarchical relationship, and the former should be sorted before
-/// (i.e. "smaller") than the latter.
+/// For example, two non absolute (or "relative") sequences "example.com" and
+/// "example.org" have no hierarchical relationship, and the former should be
+/// sorted before (i.e. "smaller") than the latter.
 class NameComparisonResult {
 public:
     /// The relation of two names under comparison.