Browse Source

[trac1128] fix comments

chenzhengzhang 14 years ago
parent
commit
d9d0d1f6cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/rdata/in_1/srv_33.cc

+ 1 - 1
src/lib/dns/rdata/in_1/srv_33.cc

@@ -121,7 +121,7 @@ SRV::SRV(const string& srv_str) :
 /// When a read operation on \c buffer fails (e.g., due to a corrupted
 /// message) a corresponding exception from the \c InputBuffer class will
 /// be thrown.
-/// If the wire-format data does not begin with a valid domain name,
+/// If the wire-format data does not end with a valid domain name,
 /// a corresponding exception from the \c Name class will be thrown.
 /// In addition, this constructor internally involves resource allocation,
 /// and if it fails a corresponding standard exception will be thrown.