Changeset: 802c2c7ccb82 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/802c2c7ccb82
Modified Files:
        sql/storage/store.c
Branch: Jul2021
Log Message:

Typo.


diffs (12 lines):

diff --git a/sql/storage/store.c b/sql/storage/store.c
--- a/sql/storage/store.c
+++ b/sql/storage/store.c
@@ -3516,7 +3516,7 @@ sql_trans_rollback(sql_trans *tr, bool c
                        if (!c->cleanup) {
                                _DELETE(c);
                        } else if (c->cleanup && !c->cleanup(store, c, oldest)) 
{
-                               /* TODO change too node stealing (no allocs 
here) */
+                               /* TODO change to node stealing (no allocs 
here) */
                                store->changes = sa_list_append(tr->sa, 
store->changes, c);
                        } else
                                _DELETE(c);
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to