Parcourir la source

[2384] Remove obsolete comment

Michal 'vorner' Vaner il y a 12 ans
Parent
commit
a4d16a18e3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);
             }