@@ -172,11 +172,12 @@ /** * @brief Asynchronously connects the OFTCPSocket to the specified destination. * * @param host The host to connect to * @param port The port on the host to connect to - * @param runLoopMode The run loop mode in which to perform the async connect + * @param runLoopMode The run loop mode in which to perform the asynchronous + * connect */ - (void)asyncConnectToHost: (OFString *)host port: (uint16_t)port runLoopMode: (OFRunLoopMode)runLoopMode; @@ -195,11 +196,12 @@ /** * @brief Asynchronously connects the OFTCPSocket to the specified destination. * * @param host The host to connect to * @param port The port on the host to connect to - * @param runLoopMode The run loop mode in which to perform the async connect + * @param runLoopMode The run loop mode in which to perform the asynchronous + * connect * @param block The block to execute once the connection has been established */ - (void)asyncConnectToHost: (OFString *)host port: (uint16_t)port runLoopMode: (OFRunLoopMode)runLoopMode