}
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;
}
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;
}
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;