summaryrefslogtreecommitdiff
path: root/kernel/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/log.c')
-rw-r--r--kernel/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/log.c b/kernel/log.c
index 2c0063a..5b58306 100644
--- a/kernel/log.c
+++ b/kernel/log.c
@@ -223,7 +223,7 @@ log_write(struct buf *b)
panic("log_write outside of trans");
for (i = 0; i < log.lh.n; i++) {
- if (log.lh.block[i] == b->blockno) // log absorbtion
+ if (log.lh.block[i] == b->blockno) // log absorption
break;
}
log.lh.block[i] = b->blockno;