From: Volker Lendecke Date: Thu, 28 May 2020 09:36:14 +0000 (+0200) Subject: registry3: Fix a typo X-Git-Tag: ldb-2.2.0~153 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd60ab270cbfc0d5594491977ecf0f29e61e6aa0;p=thirdparty%2Fsamba.git registry3: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/registry/reg_objects.c b/source3/registry/reg_objects.c index 6ab3e51fcac..f0640b504d8 100644 --- a/source3/registry/reg_objects.c +++ b/source3/registry/reg_objects.c @@ -378,7 +378,7 @@ uint32_t regval_type(struct regval_blob *val) } /*********************************************************************** - Retrieve a pointer to a specific value. Caller shoud dup the structure + Retrieve a pointer to a specific value. Caller should dup the structure since this memory will go away when the ctr is free()'d **********************************************************************/