summaryrefslogtreecommitdiff
path: root/source3/include/client.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-03-09 16:10:59 +0100
committerVolker Lendecke <vl@samba.org>2009-03-09 16:13:31 +0100
commit6b1170c9d6f0808767ec573127d98cb636a9e27b (patch)
tree2490099a793d8d022a38de99a30bbe6b47062324 /source3/include/client.h
parent1410490fe769bc79f98b4ab364685c7aed253e09 (diff)
downloadsamba-6b1170c9d6f0808767ec573127d98cb636a9e27b.tar.gz
samba-6b1170c9d6f0808767ec573127d98cb636a9e27b.tar.bz2
samba-6b1170c9d6f0808767ec573127d98cb636a9e27b.zip
Fix a typo
Diffstat (limited to 'source3/include/client.h')
-rw-r--r--source3/include/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index d62d1c05d2..646d54aa05 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -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);