From a909db027ff17d5feb8e071cca5e0b7a7440514b Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Fri, 13 Sep 2024 14:31:54 +1200 Subject: [PATCH] ldb:test:lmdb_free_list: s/the the/to the/ in comment Signed-off-by: Douglas Bagnall Reviewed-by: Volker Lendecke --- lib/ldb/tests/ldb_lmdb_free_list_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);