Browse Source

[master] remove duplicated word in doxygen brief

parser parser
Jeremy C. Reed 12 years ago
parent
commit
778e600972
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/rdata.h

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

@@ -60,7 +60,7 @@ public:
 
 ///
 /// \brief A standard DNS module exception that is thrown if RDATA parser
-/// parser encounters a character-string (as defined in RFC1035) exceeding
+/// encounters a character-string (as defined in RFC1035) exceeding
 /// the maximum allowable length (\c MAX_CHARSTRING_LEN).
 ///
 class CharStringTooLong : public Exception {