@@ -1048,7 +1048,7 @@ change_cb_wrapper(ReorderBuffer *cache, ReorderBufferTXN *txn,
10481048ctx -> write_xid = txn -> xid ;
10491049
10501050/*
1051- *report this change's lsn so replies from clients can give anup2date
1051+ *Report this change's lsn so replies from clients can give anup-to-date
10521052 * answer. This won't ever be enough (and shouldn't be!) to confirm
10531053 * receipt of this transaction, but it might allow another transaction's
10541054 * commit to be confirmed with one message.
@@ -1088,7 +1088,7 @@ truncate_cb_wrapper(ReorderBuffer *cache, ReorderBufferTXN *txn,
10881088ctx -> write_xid = txn -> xid ;
10891089
10901090/*
1091- *report this change's lsn so replies from clients can give anup2date
1091+ *Report this change's lsn so replies from clients can give anup-to-date
10921092 * answer. This won't ever be enough (and shouldn't be!) to confirm
10931093 * receipt of this transaction, but it might allow another transaction's
10941094 * commit to be confirmed with one message.
@@ -1225,10 +1225,10 @@ stream_start_cb_wrapper(ReorderBuffer *cache, ReorderBufferTXN *txn,
12251225ctx -> write_xid = txn -> xid ;
12261226
12271227/*
1228- *report this message's lsn so replies from clients can give an up2date
1229- * answer. This won't ever be enough (and shouldn't be!) to confirm
1230- * receipt of this transaction, but it might allow another transaction's
1231- * commit to be confirmed with one message.
1228+ *Report this message's lsn so replies from clients can give an
1229+ *up-to-date answer. This won't ever be enough (and shouldn't be!) to
1230+ *confirm receipt of this transaction, but it might allow another
1231+ *transaction's commit to be confirmed with one message.
12321232 */
12331233ctx -> write_location = first_lsn ;
12341234
@@ -1272,10 +1272,10 @@ stream_stop_cb_wrapper(ReorderBuffer *cache, ReorderBufferTXN *txn,
12721272ctx -> write_xid = txn -> xid ;
12731273
12741274/*
1275- *report this message's lsn so replies from clients can give an up2date
1276- * answer. This won't ever be enough (and shouldn't be!) to confirm
1277- * receipt of this transaction, but it might allow another transaction's
1278- * commit to be confirmed with one message.
1275+ *Report this message's lsn so replies from clients can give an
1276+ *up-to-date answer. This won't ever be enough (and shouldn't be!) to
1277+ *confirm receipt of this transaction, but it might allow another
1278+ *transaction's commit to be confirmed with one message.
12791279 */
12801280ctx -> write_location = last_lsn ;
12811281
@@ -1443,7 +1443,7 @@ stream_change_cb_wrapper(ReorderBuffer *cache, ReorderBufferTXN *txn,
14431443ctx -> write_xid = txn -> xid ;
14441444
14451445/*
1446- *report this change's lsn so replies from clients can give anup2date
1446+ *Report this change's lsn so replies from clients can give anup-to-date
14471447 * answer. This won't ever be enough (and shouldn't be!) to confirm
14481448 * receipt of this transaction, but it might allow another transaction's
14491449 * commit to be confirmed with one message.
@@ -1535,7 +1535,7 @@ stream_truncate_cb_wrapper(ReorderBuffer *cache, ReorderBufferTXN *txn,
15351535ctx -> write_xid = txn -> xid ;
15361536
15371537/*
1538- *report this change's lsn so replies from clients can give anup2date
1538+ *Report this change's lsn so replies from clients can give anup-to-date
15391539 * answer. This won't ever be enough (and shouldn't be!) to confirm
15401540 * receipt of this transaction, but it might allow another transaction's
15411541 * commit to be confirmed with one message.