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

dalloc: Fix a typo

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
Volker Lendecke 2015-07-09 19:12:09 +02:00 committed by Ralph Böhme
parent 540899a2d9
commit 784b6a79b8

View File

@ -103,7 +103,7 @@
nested = dalloc_get(d, "DALLOC_CTX", 2);
But you can fetch elements from the neseted DALLOC_CTX:
But you can fetch elements from the nested DALLOC_CTX:
p = dalloc_get(d, "DALLOC_CTX", 2, "uint64_t", 0);