Browse Source

[2384] Remove obsolete comment

Michal 'vorner' Vaner 12 years ago
parent
commit
a4d16a18e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/rrttl.cc

+ 1 - 1
src/lib/dns/rrttl.cc

@@ -90,7 +90,7 @@ RRTTL::RRTTL(const std::string& ttlstr) {
                               " in: " << ttlstr);
                 }
             }
-            // Now extract the number, defaut to 1 if there's no digit
+            // Now extract the number.
             if (unit == pos) {
                 isc_throw(InvalidRRTTL, "Missing number in TTL: " << ttlstr);
             }