Browse Source

[trac703] Typo

Michal 'vorner' Vaner 14 years ago
parent
commit
3c348815b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/asiolink/io_fetch.h

+ 1 - 1
src/lib/asiolink/io_fetch.h

@@ -128,7 +128,7 @@ public:
     ///        terminate.  The caller is responsible for managing this object
     ///        and deleting it if necessary.
     /// \param wait Timeout for the fetch (in ms).  The default value of
-    ///     -  1 indicates no timeout.
+    ///        -1 indicates no timeout.
     IOFetch(Protocol protocol, IOService& service,
         const isc::dns::Question& question, const IOAddress& address,
         uint16_t port, isc::dns::OutputBufferPtr& buff, Callback* cb,