]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ldb:pack: s/the the/in the/ in comments
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Fri, 13 Sep 2024 02:19:23 +0000 (14:19 +1200)
committerVolker Lendecke <vl@samba.org>
Wed, 6 Nov 2024 10:57:34 +0000 (10:57 +0000)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Volker Lendecke <vl@samba.org>
lib/ldb/common/ldb_pack.c

index b06a6e2b84be46dd7814c229eb1ecbc9978e1dc0..4c2052372be5b86f7987d5b184af017309b10d2b 100644 (file)
@@ -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) {