]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
registry: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 6 Apr 2021 19:29:06 +0000 (19:29 +0000)
committerJeremy Allison <jra@samba.org>
Mon, 19 Apr 2021 18:18:31 +0000 (18:18 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/registry/reg_objects.c

index 3a091478dec4eac66785afec0b9142a830d88938..6ee652a482bcc5247c61ad8c732f899c726795a6 100644 (file)
@@ -63,7 +63,7 @@ struct regsubkey_ctr {
  talloc()'d since the methods use the object pointer as the talloc
  context for internal private data.
 
- There is no longer a regval_ctr_intit() and regval_ctr_destroy()
+ There is no longer a regval_ctr_init() and regval_ctr_destroy()
  pair of functions.  Simply talloc_zero() and TALLOC_FREE() the
  object.