]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:reg: s/the there/there/ in comments
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Fri, 13 Sep 2024 02:31:09 +0000 (14:31 +1200)
committerVolker Lendecke <vl@samba.org>
Wed, 6 Nov 2024 10:57:35 +0000 (10:57 +0000)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Volker Lendecke <vl@samba.org>
source4/lib/registry/regf.c

index 18734ae6f60852cb6e707762854107ccb74da19a..ebe5202922472ed010bafb28463ece8e44f91ed6 100644 (file)
@@ -1524,7 +1524,7 @@ static WERROR regf_sl_del_entry(struct regf_data *regf, uint32_t list_offset,
                }
                li.key_count--;
 
-               /* If the there are no entries left, free the subkey list */
+               /* If there are no entries left, free the subkey list */
                if (li.key_count == 0) {
                        hbin_free(regf, list_offset);
                        *ret = -1;
@@ -1569,7 +1569,7 @@ static WERROR regf_sl_del_entry(struct regf_data *regf, uint32_t list_offset,
                }
                lf.key_count--;
 
-               /* If the there are no entries left, free the subkey list */
+               /* If there are no entries left, free the subkey list */
                if (lf.key_count == 0) {
                        hbin_free(regf, list_offset);
                        *ret = -1;
@@ -1615,7 +1615,7 @@ static WERROR regf_sl_del_entry(struct regf_data *regf, uint32_t list_offset,
                }
                lh.key_count--;
 
-               /* If the there are no entries left, free the subkey list */
+               /* If there are no entries left, free the subkey list */
                if (lh.key_count == 0) {
                        hbin_free(regf, list_offset);
                        *ret = -1;