diff options
-rw-r--r-- | sys/fs/ntfs/ntfs_vfsops.c | 2 |
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 |