From 5bb295c40845a32e38d9457b95b9e91ef0fd9d79 Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Sat, 18 Aug 2012 16:13:16 +0000 Subject: [PATCH] Fix typo --- sys/fs/ext2fs/ext2_bmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/fs/ext2fs/ext2_bmap.c b/sys/fs/ext2fs/ext2_bmap.c index a0581155e3a..c2f6e0ee4eb 100644 --- a/sys/fs/ext2fs/ext2_bmap.c +++ b/sys/fs/ext2fs/ext2_bmap.c @@ -187,7 +187,7 @@ ext2_bmaparray(vp, bn, bnp, runp, runb) if ((bp->b_flags & B_CACHE) == 0) { #ifdef DIAGNOSTIC if (!daddr) - panic("ufs_bmaparray: indirect block not in cache"); + panic("ext2_bmaparray: indirect block not in cache"); #endif bp->b_blkno = blkptrtodb(ump, daddr); bp->b_iocmd = BIO_READ;