diff options
author | Rafal Szczesniak <mimir@samba.org> | 2006-06-27 22:16:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:09:36 -0500 |
commit | 6e92c83d524cf62a1b5310f443548febab217b61 (patch) | |
tree | 5ac113040925e170154ef1d04101554432bbd9a7 | |
parent | 61705d9c55ff3fc7f8c92e85a881453ba3e45eb6 (diff) | |
download | samba-6e92c83d524cf62a1b5310f443548febab217b61.tar.gz samba-6e92c83d524cf62a1b5310f443548febab217b61.tar.bz2 samba-6e92c83d524cf62a1b5310f443548febab217b61.zip |
r16573: Fixes in comments.
rafal
(This used to be commit 1258e6cad890ade8a65d8d43d55a95d61e6a6968)
-rw-r--r-- | source4/libnet/libnet_domain.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/libnet/libnet_domain.c b/source4/libnet/libnet_domain.c index 640cbade09..3c157b6d16 100644 --- a/source4/libnet/libnet_domain.c +++ b/source4/libnet/libnet_domain.c @@ -236,7 +236,7 @@ static void domain_open_handler(struct rpc_request *req) /** - * Sends asynchronous domain_open request + * Sends asynchronous DomainOpen request * * @param ctx initialised libnet context * @param io arguments and results of the call @@ -327,9 +327,9 @@ struct composite_context *libnet_DomainOpen_send(struct libnet_context *ctx, /** - * Waits for and receives result of asynchronous domain_open call + * Waits for and receives result of asynchronous DomainOpen call * - * @param c composite context returned by asynchronous domain_open call + * @param c composite context returned by asynchronous DomainOpen call * @param ctx initialised libnet context * @param mem_ctx memory context of the call * @param io pointer to results (and arguments) of the call @@ -362,7 +362,7 @@ NTSTATUS libnet_DomainOpen_recv(struct composite_context *c, struct libnet_conte /** - * Synchronous version of domain_open call + * Synchronous version of DomainOpen call * * @param ctx initialised libnet context * @param mem_ctx memory context for the call |