diff options
-rw-r--r-- | bio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ binit(void) // If not found, allocate fresh block. // In either case, return locked buffer. static struct buf* -getblk(uint dev, uint sector) +bget(uint dev, uint sector) { struct buf *b; |