Browse Source

[2435] Make a minor comment update

Mukund Sivaraman 12 years ago
parent
commit
34724a6251
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/database.cc

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

@@ -1423,7 +1423,7 @@ public:
             // etc. are returned by the ZoneFinder.
             //
             // Note that in the case that the queried type itself is
-            // CNAME, then the finder will return SUCCESS.
+            // CNAME or DNAME, then the finder will return SUCCESS.
             if (result->code == ZoneFinder::SUCCESS) {
                 return (result->rrset);
             } else {