]> Devi Nivas Git - cs3210-lab0.git/commitdiff
Comment balance
authorAustin Clements <amdragon@mit.edu>
Fri, 2 Sep 2011 19:08:13 +0000 (15:08 -0400)
committerAustin Clements <amdragon@mit.edu>
Fri, 2 Sep 2011 19:08:13 +0000 (15:08 -0400)
log.c

diff --git a/log.c b/log.c
index 20d0bef83ad50704839d3454460167b14651f48d..00a881f12c04e08e6ab374e6d1adfb0762a38b3a 100644 (file)
--- a/log.c
+++ b/log.c
@@ -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: