summaryrefslogtreecommitdiffstats
path: root/sys/fs/ntfs
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>2001-09-26 00:36:33 +0000
committerfenner <fenner@FreeBSD.org>2001-09-26 00:36:33 +0000
commitcd2a2dcb2388797636bff81d59edd30b6d99011e (patch)
treec0b9295595827ef99c88d8ef6b00d980c83ccf81 /sys/fs/ntfs
parent5147ce6799665c52646a8dbb19d80df7fb76a3b5 (diff)
downloadFreeBSD-src-cd2a2dcb2388797636bff81d59edd30b6d99011e.zip
FreeBSD-src-cd2a2dcb2388797636bff81d59edd30b6d99011e.tar.gz
Fix (typo? pasteo?): panic("ffs_mountroot..." -> panic("ntfs_mountroot...")
Diffstat (limited to 'sys/fs/ntfs')
-rw-r--r--sys/fs/ntfs/ntfs_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/ntfs/ntfs_vfsops.c b/sys/fs/ntfs/ntfs_vfsops.c
index 19e6925..f0f39af 100644
--- a/sys/fs/ntfs/ntfs_vfsops.c
+++ b/sys/fs/ntfs/ntfs_vfsops.c
@@ -256,7 +256,7 @@ ntfs_mount (
/* Get vnode for root device*/
if( bdevvp( rootdev, &rootvp))
- panic("ffs_mountroot: can't setup bdevvp for root");
+ panic("ntfs_mountroot: can't setup bdevvp for root");
/*
* FS specific handling
OpenPOWER on IntegriCloud