diff --git a/src/lib/http/client.h b/src/lib/http/client.h index 90c64820af..9cc63c1f16 100644 --- a/src/lib/http/client.h +++ b/src/lib/http/client.h @@ -61,7 +61,7 @@ class HttpClientImpl; /// /// This classes exposes the underlying TCP socket's descriptor for each /// connection via connect and close callbacks. This is done to permit the -/// sockets to be monitored for IO readiness by external code that something +/// sockets to be monitored for IO readiness by external code that's something /// other than boost::asio (e.g.select() or epoll()), and would thus otherwise /// starve the client's IOService and cause a backlog of ready event handlers. ///