Browse Source

[2903] corrected a minor typo in doxygen doc

JINMEI Tatuya 12 years ago
parent
commit
6df5353aa4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/asiodns/sync_udp_server.h

+ 1 - 1
src/lib/asiodns/sync_udp_server.h

@@ -43,7 +43,7 @@ namespace asiodns {
 ///
 /// That means, the lookup handler must provide the answer right away.
 /// This allows for implementation with less overhead, compared with
-/// the UDPClass.
+/// the \c UDPServer class.
 class SyncUDPServer : public DNSServer, public boost::noncopyable {
 public:
     /// \brief Constructor