From 296456407e40dabe997c6f30c11610da4dd72aad Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Fri, 13 Sep 2024 14:19:23 +1200 Subject: [PATCH] ldb:pack: s/the the/in the/ in comments Signed-off-by: Douglas Bagnall Reviewed-by: Volker Lendecke --- lib/ldb/common/ldb_pack.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ldb/common/ldb_pack.c b/lib/ldb/common/ldb_pack.c index b06a6e2b84b..4c2052372be 100644 --- a/lib/ldb/common/ldb_pack.c +++ b/lib/ldb/common/ldb_pack.c @@ -636,7 +636,7 @@ static int ldb_unpack_data_flags_v1(struct ldb_context *ldb, * of these, just to then hold the pointer to the data buffer * So with LDB_UNPACK_DATA_FLAG_NO_VALUES_ALLOC we allocate this * ahead of time and use it for the single values where possible. - * (This is used the the normal search case, but not in the + * (This is used in the normal search case, but not in the * index case because of caller requirements). */ if (flags & LDB_UNPACK_DATA_FLAG_NO_VALUES_ALLOC) { @@ -869,7 +869,7 @@ static int ldb_unpack_data_flags_v2(struct ldb_context *ldb, * of these, just to then hold the pointer to the data buffer. * So with LDB_UNPACK_DATA_FLAG_NO_VALUES_ALLOC we allocate this * ahead of time and use it for the single values where possible. - * (This is used the the normal search case, but not in the + * (This is used in the normal search case, but not in the * index case because of caller requirements). */ if (flags & LDB_UNPACK_DATA_FLAG_NO_VALUES_ALLOC) { -- 2.47.3