summaryrefslogtreecommitdiff
path: root/bio.c
diff options
context:
space:
mode:
Diffstat (limited to 'bio.c')
-rw-r--r--bio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bio.c b/bio.c
index de1d0f2..a6cefc8 100644
--- a/bio.c
+++ b/bio.c
@@ -56,7 +56,7 @@ binit(void)
}
// Look through buffer cache for sector on device dev.
-// If not found, allocate fresh block.
+// If not found, allocate a buffer.
// In either case, return B_BUSY buffer.
static struct buf*
bget(uint dev, uint sector)