r15146: fix comments
authorStefan Metzmacher <metze@samba.org>
Thu, 20 Apr 2006 11:37:14 +0000 (11:37 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:04:11 +0000 (14:04 -0500)
metze
(This used to be commit c67062815816fbc2b69c1316f4b91f9a28759a88)

source4/wrepl_server/wrepl_server.h

index d244887602e07a50570b6cafe2469aa0b5985a8e..58e021f281c778b1dfc2dbe25c2468d919a2696e 100644 (file)
@@ -65,16 +65,14 @@ struct wreplsrv_in_connection {
 };
 
 /*
-  state of an outcoming wrepl connection
+  state of an outgoing wrepl connection
 */
 struct wreplsrv_out_connection {
        /* our global service context */
        struct wreplsrv_service *service;
 
        /*
-        * the partner that connects us,
-        * can be NULL, when we got a connection
-        * from an unknown address
+        * the partner we connect
         */
        struct wreplsrv_partner *partner;