diff options
Diffstat (limited to 'sys/gnu/ext2fs/ext2_alloc.c')
-rw-r--r-- | sys/gnu/ext2fs/ext2_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/gnu/ext2fs/ext2_alloc.c b/sys/gnu/ext2fs/ext2_alloc.c index cfd4ac93927f..5ac3ba9bd3d5 100644 --- a/sys/gnu/ext2fs/ext2_alloc.c +++ b/sys/gnu/ext2fs/ext2_alloc.c @@ -474,7 +474,7 @@ ext2_blkpref(ip, lbn, indx, bap, blocknr) return bap[tmp]; /* else let's fall back to the blocknr, or, if there is none, - follow the rule that a block should be allocated near it's inode + follow the rule that a block should be allocated near its inode */ return blocknr ? blocknr : (daddr_t)(ip->i_block_group * |