Browse Source

[2431] Add missing 'as' in comment

Mukund Sivaraman 12 years ago
parent
commit
1f33972410
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/dns/master_loader.cc

+ 2 - 2
src/lib/dns/master_loader.cc

@@ -177,8 +177,8 @@ private:
         limitTTL(*default_ttl_, post_parsing);
         limitTTL(*default_ttl_, post_parsing);
     }
     }
 
 
-    // Set/reset the TTL currently being used.  This can be used the last
-    // resort TTL when no other TTL is known for an RR.
+    // Set/reset the TTL currently being used.  This can be used as the
+    // last resort TTL when no other TTL is known for an RR.
     void setCurrentTTL(const RRTTL& ttl) {
     void setCurrentTTL(const RRTTL& ttl) {
         if (!current_ttl_) {
         if (!current_ttl_) {
             current_ttl_.reset(new RRTTL(ttl));
             current_ttl_.reset(new RRTTL(ttl));