From: Douglas Bagnall Date: Fri, 13 Sep 2024 02:31:54 +0000 (+1200) Subject: ldb:test:lmdb_free_list: s/the the/to the/ in comment X-Git-Tag: tdb-1.4.13~646 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a909db027ff17d5feb8e071cca5e0b7a7440514b;p=thirdparty%2Fsamba.git ldb:test:lmdb_free_list: s/the the/to the/ in comment Signed-off-by: Douglas Bagnall Reviewed-by: Volker Lendecke --- diff --git a/lib/ldb/tests/ldb_lmdb_free_list_test.c b/lib/ldb/tests/ldb_lmdb_free_list_test.c index 99505ce7b55..87451837583 100644 --- a/lib/ldb/tests/ldb_lmdb_free_list_test.c +++ b/lib/ldb/tests/ldb_lmdb_free_list_test.c @@ -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);