Browse Source

[trac550] editorial cleanup

JINMEI Tatuya 14 years ago
parent
commit
f436c5c20d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/memory_datasrc.cc

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

@@ -158,7 +158,7 @@ struct MemoryZone::MemoryZoneImpl {
 
     // Validate rrset before adding it to the zone.  If something is wrong
     // it throws an exception.  It doesn't modify the zone, and provides
-    // the strong exception guarantee. 
+    // the strong exception guarantee.
     void addValidation(const ConstRRsetPtr rrset) {
         if (!rrset) {
             isc_throw(NullRRset, "The rrset provided is NULL");