diff --git a/bip-0112.mediawiki b/bip-0112.mediawiki index db5147d3..fd89e614 100644 --- a/bip-0112.mediawiki +++ b/bip-0112.mediawiki @@ -278,8 +278,7 @@ semantics and detailed rationale for those semantics. if ((nSequence & CTxIn::SEQUENCE_LOCKTIME_DISABLE_FLAG) != 0) break; - // Actually compare the specified inverse sequence number - // with the input. + // Compare the specified sequence number with the input. if (!checker.CheckSequence(nSequence)) return set_error(serror, SCRIPT_ERR_UNSATISFIED_LOCKTIME);