summaryrefslogtreecommitdiffstats
path: root/sys/gnu/ext2fs/ext2_bmap.c
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-03-09 06:10:36 +0000
committermpp <mpp@FreeBSD.org>1997-03-09 06:10:36 +0000
commit97b9102cae36958bdf3423aae790e3907dd8562e (patch)
tree2da28a3e0f1b010fab89a7770b722e69c4660030 /sys/gnu/ext2fs/ext2_bmap.c
parentc98bb18e27af9f8a5fa8140c579fcfe675eb5954 (diff)
downloadFreeBSD-src-97b9102cae36958bdf3423aae790e3907dd8562e.zip
FreeBSD-src-97b9102cae36958bdf3423aae790e3907dd8562e.tar.gz
Update a number of routines to reflect the actual name
of the routine that caused the panic.
Diffstat (limited to 'sys/gnu/ext2fs/ext2_bmap.c')
-rw-r--r--sys/gnu/ext2fs/ext2_bmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/gnu/ext2fs/ext2_bmap.c b/sys/gnu/ext2fs/ext2_bmap.c
index 10c0f21..227cbfe 100644
--- a/sys/gnu/ext2fs/ext2_bmap.c
+++ b/sys/gnu/ext2fs/ext2_bmap.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)ufs_bmap.c 8.7 (Berkeley) 3/21/95
- * $Id$
+ * $Id: ufs_bmap.c,v 1.14 1997/02/22 09:47:44 peter Exp $
*/
#include <sys/param.h>
@@ -195,7 +195,7 @@ ufs_bmaparray(vp, bn, bnp, ap, nump, runp, runb)
if ((bp->b_flags & B_CACHE) == 0) {
#ifdef DIAGNOSTIC
if (!daddr)
- panic("ufs_bmaparry: indirect block not in cache");
+ panic("ufs_bmaparray: indirect block not in cache");
#endif
bp->b_blkno = blkptrtodb(ump, daddr);
bp->b_flags |= B_READ;
OpenPOWER on IntegriCloud