Parcourir la source

[2903] corrected a minor typo in doxygen doc

JINMEI Tatuya il y a 12 ans
Parent
commit
6df5353aa4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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