]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ldb:test:lmdb_free_list: s/the the/to the/ in comment
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Fri, 13 Sep 2024 02:31:54 +0000 (14:31 +1200)
committerVolker Lendecke <vl@samba.org>
Wed, 6 Nov 2024 10:57:35 +0000 (10:57 +0000)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Volker Lendecke <vl@samba.org>
lib/ldb/tests/ldb_lmdb_free_list_test.c

index 99505ce7b5577d9651dac50548e35db85255f25b..87451837583767953dc4c48dd127a369097c9de7 100644 (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);