From c551e45a4722f58dc4c19f9d1b80b0b8db3ad039 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Sat, 8 Mar 2014 20:25:37 -0700 Subject: Consolidate Tx and RWTx. --- meta.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta.go') diff --git a/meta.go b/meta.go index cee2d29..0be4e94 100644 --- a/meta.go +++ b/meta.go @@ -36,7 +36,7 @@ func (m *meta) copy(dest *meta) { // write writes the meta onto a page. func (m *meta) write(p *page) { - // Page id is either going to be 0 or 1 which we can determine by the Txn ID. + // Page id is either going to be 0 or 1 which we can determine by the transaction ID. p.id = pgid(m.txid % 2) p.flags |= metaPageFlag -- cgit v1.2.3