r16573: Fixes in comments.
authorRafal Szczesniak <mimir@samba.org>
Tue, 27 Jun 2006 22:16:36 +0000 (22:16 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:09:36 +0000 (14:09 -0500)
rafal
(This used to be commit 1258e6cad890ade8a65d8d43d55a95d61e6a6968)

source4/libnet/libnet_domain.c

index 640cbade09861a7d2ea27afd9b40b5b97efcd46d..3c157b6d16ce417ce2294fc3da6d00377e1eb01b 100644 (file)
@@ -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