Index: ppapi/c/dev/ppb_tcp_socket_dev.h |
diff --git a/ppapi/c/dev/ppb_tcp_socket_dev.h b/ppapi/c/dev/ppb_tcp_socket_dev.h |
index a90f88c6208cedfff2b2c5f49e0f23456e5966c2..1bef97ca7d20da853a217da4e569eff523bf7bd7 100644 |
--- a/ppapi/c/dev/ppb_tcp_socket_dev.h |
+++ b/ppapi/c/dev/ppb_tcp_socket_dev.h |
@@ -3,7 +3,7 @@ |
* found in the LICENSE file. |
*/ |
-/* From dev/ppb_tcp_socket_dev.idl modified Wed Jun 19 23:49:45 2013. */ |
+/* From dev/ppb_tcp_socket_dev.idl modified Thu Jun 20 11:02:50 2013. */ |
#ifndef PPAPI_C_DEV_PPB_TCP_SOCKET_DEV_H_ |
#define PPAPI_C_DEV_PPB_TCP_SOCKET_DEV_H_ |
@@ -103,7 +103,7 @@ struct PPB_TCPSocket_Dev_0_1 { |
* |
* @param[in] tcp_socket A <code>PP_Resource</code> corresponding to a TCP |
* socket. |
- * @param[in] addr A <code>PPB_NetAddress_Dev</code> resource. |
+ * @param[in] addr A <code>PPB_NetAddress</code> resource. |
* @param[in] callback A <code>PP_CompletionCallback</code> to be called upon |
* completion. |
* |
@@ -128,8 +128,7 @@ struct PPB_TCPSocket_Dev_0_1 { |
* @param[in] tcp_socket A <code>PP_Resource</code> corresponding to a TCP |
* socket. |
* |
- * @return A <code>PPB_NetAddress_Dev</code> resource on success or 0 on |
- * failure. |
+ * @return A <code>PPB_NetAddress</code> resource on success or 0 on failure. |
*/ |
PP_Resource (*GetLocalAddress)(PP_Resource tcp_socket); |
/** |
@@ -138,8 +137,7 @@ struct PPB_TCPSocket_Dev_0_1 { |
* @param[in] tcp_socket A <code>PP_Resource</code> corresponding to a TCP |
* socket. |
* |
- * @return A <code>PPB_NetAddress_Dev</code> resource on success or 0 on |
- * failure. |
+ * @return A <code>PPB_NetAddress</code> resource on success or 0 on failure. |
*/ |
PP_Resource (*GetRemoteAddress)(PP_Resource tcp_socket); |
/** |