s3:idmap_ldap: fix a few typos in a comment
authorMichael Adam <obnox@samba.org>
Wed, 2 Mar 2011 16:10:48 +0000 (17:10 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 11 Mar 2011 00:29:09 +0000 (01:29 +0100)
and use the chance to reformat the comment properly...

Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Fri Mar 11 01:29:09 CET 2011 on sn-devel-104

source3/winbindd/idmap_ldap.c

index 8444d01620e53c3b48efd96e0086d6e0f4715bda..aaac75f1010280b0bde2ef12f0c0bf6043ddacfb 100644 (file)
@@ -513,9 +513,10 @@ static NTSTATUS idmap_ldap_db_init(struct idmap_domain *dom,
                goto done;
        }
 
-       /* set the destructor on the context, so that resource are properly
-          freed if the contexts is released */
-
+       /*
+        * Set the destructor on the context, so that resources are
+        * properly freed when the context is released.
+        */
        talloc_set_destructor(ctx, idmap_ldap_close_destructor);
 
        dom->private_data = ctx;