/*
* Convert 32 bit argument to FullTransactionId. We can do so safely
* because we know the xid has to, at the very least, be between
- * [oldestXid, nextFullXid), i.e. within 2 billion of xid. To avoid taking
- * a lock to determine either, we can just compare with
+ * [oldestXid, nextXid), i.e. within 2 billion of xid. To avoid taking a
+ * lock to determine either, we can just compare with
* state->definitely_needed, which was based on those value at the time
* the current snapshot was built.
*/