1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

ldb:test:lmdb_free_list: s/the the/to the/ in comment

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Volker Lendecke <vl@samba.org>
This commit is contained in:
Douglas Bagnall 2024-09-13 14:31:54 +12:00 committed by Volker Lendecke
parent 2b05eb22ba
commit a909db027f

View File

@ -455,7 +455,7 @@ static void test_free_list_read_lock(void **state)
assert_int_equal(ret, LDB_SUCCESS);
/*
* Signal the the parent that we've done the update
* Signal to the parent that we've done the update
*/
ret = write(to_parent[1], "GO", 2);
assert_int_equal(ret, 2);