Fix this comment in hs_rec.c:
/* * Look ahead for any higher timestamps. If we find updates, we should remove them and reinsert * them at the current timestamp. If there were no keys equal to or less than our target key, we * would have received WT_NOT_FOUND. In that case we need to search again with a higher * timestamp. */
WT_NOT_FOUND should read WT_NOTFOUND.