Browse Source

[2565] Fix grammar in methods' documentation

Mukund Sivaraman 12 years ago
parent
commit
029be672c7
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/lib/dns/rrclass-placeholder.h
  2. 1 1
      src/lib/dns/rrttl.h

+ 1 - 1
src/lib/dns/rrclass-placeholder.h

@@ -173,7 +173,7 @@ public:
     /// One main purpose of this function is to minimize the overhead
     /// when the given text does not represent a valid RR class.  For
     /// this reason this function intentionally omits the capability of
-    /// delivering details reason for the parse failure, such as in the
+    /// delivering a detailed reason for the parse failure, such as in the
     /// \c want() string when exception is thrown from the constructor
     /// (it will internally require a creation of string object, which
     /// is relatively expensive).  If such detailed information is

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

@@ -133,7 +133,7 @@ public:
     /// One main purpose of this function is to minimize the overhead
     /// when the given text does not represent a valid RR TTL.  For this
     /// reason this function intentionally omits the capability of delivering
-    /// details reason for the parse failure, such as in the \c want()
+    /// a detailed reason for the parse failure, such as in the \c want()
     /// string when exception is thrown from the constructor (it will
     /// internally require a creation of string object, which is relatively
     /// expensive).  If such detailed information is necessary, the constructor