Browse Source

[1177] Comment update

DNSSEC/NSEC order looks awkward.
Michal 'vorner' Vaner 13 years ago
parent
commit
4e93ba2173
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/lib/datasrc/database.h
  2. 1 1
      src/lib/datasrc/zone.h

+ 1 - 1
src/lib/datasrc/database.h

@@ -476,7 +476,7 @@ public:
     virtual const std::string& getDBName() const = 0;
 
     /**
-     * \brief It returns the previous name in DNSSEC/NSEC order.
+     * \brief It returns the previous name in DNSSEC order.
      *
      * This is used in DatabaseClient::findPreviousName and does more
      * or less the real work, except for working on strings.

+ 1 - 1
src/lib/datasrc/zone.h

@@ -211,7 +211,7 @@ public:
 
     /// \brief Get previous name in the zone
     ///
-    /// Gets the previous name in the DNSSEC/NSEC order. This can be used
+    /// Gets the previous name in the DNSSEC order. This can be used
     /// to find the correct NSEC records for proving nonexistence
     /// of domains.
     ///