summaryrefslogtreecommitdiff
path: root/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'log.c')
-rw-r--r--log.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/log.c b/log.c
index 20d0bef..00a881f 100644
--- 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: