From: JINMEI Tatuya Date: Mon, 23 Jul 2012 18:55:15 +0000 (-0700) Subject: [2091a] clarified in one point that non absolute means relative X-Git-Tag: trac2351_base~157^2~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b805d99d2c615dc4ef49f3c1c255c490cc0bd9a6;p=thirdparty%2Fkea.git [2091a] clarified in one point that non absolute means relative --- diff --git a/src/lib/dns/name.h b/src/lib/dns/name.h index 38fc56609f..261caee291 100644 --- a/src/lib/dns/name.h +++ b/src/lib/dns/name.h @@ -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.