1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

registry3: Fix a typo

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2020-05-28 11:36:14 +02:00 committed by Jeremy Allison
parent 787092b50a
commit fd60ab270c

View File

@ -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
**********************************************************************/