From: Douglas Bagnall Date: Fri, 13 Sep 2024 02:31:09 +0000 (+1200) Subject: s4:reg: s/the there/there/ in comments X-Git-Tag: tdb-1.4.13~647 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b05eb22ba599032d27d212909b1425fb8f606d5;p=thirdparty%2Fsamba.git s4:reg: s/the there/there/ in comments Signed-off-by: Douglas Bagnall Reviewed-by: Volker Lendecke --- diff --git a/source4/lib/registry/regf.c b/source4/lib/registry/regf.c index 18734ae6f60..ebe52029224 100644 --- a/source4/lib/registry/regf.c +++ b/source4/lib/registry/regf.c @@ -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;