From: Douglas Bagnall Date: Fri, 13 Sep 2024 02:19:23 +0000 (+1200) Subject: ldb:pack: s/the the/in the/ in comments X-Git-Tag: tdb-1.4.13~661 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=296456407e40dabe997c6f30c11610da4dd72aad;p=thirdparty%2Fsamba.git ldb:pack: s/the the/in the/ in comments Signed-off-by: Douglas Bagnall Reviewed-by: Volker Lendecke --- 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) {