Fix a typo
authorVolker Lendecke <vl@samba.org>
Mon, 9 Mar 2009 15:10:59 +0000 (16:10 +0100)
committerVolker Lendecke <vl@samba.org>
Mon, 9 Mar 2009 15:13:31 +0000 (16:13 +0100)
source3/include/client.h

index d62d1c05d2c00b36bafbf5c13753930f628723e0..646d54aa05d979eb9d9e5fb07a94606d5fc98d63 100644 (file)
@@ -104,7 +104,7 @@ struct rpc_cli_transport {
                                        uint32_t max_rdata_len,
                                        void *priv);
        /**
-        * Get the result from the read_send operation.
+        * Get the result from the trans_send operation.
         */
        NTSTATUS (*trans_recv)(struct async_req *req, TALLOC_CTX *mem_ctx,
                               uint8_t **prdata, uint32_t *prdata_len);