s3:registry: fix a comment
authorMichael Adam <obnox@samba.org>
Tue, 24 Feb 2009 21:41:40 +0000 (22:41 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 19 Mar 2009 17:03:57 +0000 (18:03 +0100)
Michael

Signed-off-by: Michael Adam <obnox@samba.org>
source/registry/reg_objects.c

index a9a4939034899be8ab4c0c6433db62dc7539402f..15f98797067bdfd8d040cf3eca6312ac4fbfc342 100644 (file)
@@ -26,9 +26,9 @@
 
 /**********************************************************************
 
- Note that the REGSUB_CTR and REGVAL_CTR objects *must* be talloc()'d
- since the methods use the object pointer as the talloc context for
- internal private data.
+ Note that the struct regsubkey_ctr and REGVAL_CTR objects *must* be
+ talloc()'d since the methods use the object pointer as the talloc
context for internal private data.
 
  There is no longer a regXXX_ctr_intit() and regXXX_ctr_destroy()
  pair of functions.  Simply TALLOC_ZERO_P() and TALLOC_FREE() the