Comment balance

This commit is contained in:
Austin Clements 2011-09-02 15:08:13 -04:00
parent 436f657e2d
commit a14c96f825

4
log.c
View file

@ -19,8 +19,8 @@
// for example an i-node block.
//
// Read-only system calls don't need to use transactions, though
// this means that they may observe uncommitted data. I-node
// and buffer locks prevent read-only calls from seeing inconsistent data.
// this means that they may observe uncommitted data. I-node and
// buffer locks prevent read-only calls from seeing inconsistent data.
//
// The log is a physical re-do log containing disk blocks.
// The on-disk log format: