@@ -1048,7 +1048,7 @@ change_cb_wrapper(ReorderBuffer *cache, ReorderBufferTXN *txn,
1048
1048
ctx -> write_xid = txn -> xid ;
1049
1049
1050
1050
/*
1051
- * report this change's lsn so replies from clients can give an up2date
1051
+ * Report this change's lsn so replies from clients can give an up-to-date
1052
1052
* answer. This won't ever be enough (and shouldn't be!) to confirm
1053
1053
* receipt of this transaction, but it might allow another transaction's
1054
1054
* commit to be confirmed with one message.
@@ -1088,7 +1088,7 @@ truncate_cb_wrapper(ReorderBuffer *cache, ReorderBufferTXN *txn,
1088
1088
ctx -> write_xid = txn -> xid ;
1089
1089
1090
1090
/*
1091
- * report this change's lsn so replies from clients can give an up2date
1091
+ * Report this change's lsn so replies from clients can give an up-to-date
1092
1092
* answer. This won't ever be enough (and shouldn't be!) to confirm
1093
1093
* receipt of this transaction, but it might allow another transaction's
1094
1094
* commit to be confirmed with one message.
@@ -1225,10 +1225,10 @@ stream_start_cb_wrapper(ReorderBuffer *cache, ReorderBufferTXN *txn,
1225
1225
ctx -> write_xid = txn -> xid ;
1226
1226
1227
1227
/*
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.
1232
1232
*/
1233
1233
ctx -> write_location = first_lsn ;
1234
1234
@@ -1272,10 +1272,10 @@ stream_stop_cb_wrapper(ReorderBuffer *cache, ReorderBufferTXN *txn,
1272
1272
ctx -> write_xid = txn -> xid ;
1273
1273
1274
1274
/*
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.
1279
1279
*/
1280
1280
ctx -> write_location = last_lsn ;
1281
1281
@@ -1443,7 +1443,7 @@ stream_change_cb_wrapper(ReorderBuffer *cache, ReorderBufferTXN *txn,
1443
1443
ctx -> write_xid = txn -> xid ;
1444
1444
1445
1445
/*
1446
- * report this change's lsn so replies from clients can give an up2date
1446
+ * Report this change's lsn so replies from clients can give an up-to-date
1447
1447
* answer. This won't ever be enough (and shouldn't be!) to confirm
1448
1448
* receipt of this transaction, but it might allow another transaction's
1449
1449
* commit to be confirmed with one message.
@@ -1535,7 +1535,7 @@ stream_truncate_cb_wrapper(ReorderBuffer *cache, ReorderBufferTXN *txn,
1535
1535
ctx -> write_xid = txn -> xid ;
1536
1536
1537
1537
/*
1538
- * report this change's lsn so replies from clients can give an up2date
1538
+ * Report this change's lsn so replies from clients can give an up-to-date
1539
1539
* answer. This won't ever be enough (and shouldn't be!) to confirm
1540
1540
* receipt of this transaction, but it might allow another transaction's
1541
1541
* commit to be confirmed with one message.
0 commit comments