Fix (typo? pasteo?): panic("ffs_mountroot..." -> panic("ntfs_mountroot...")
This commit is contained in:
parent
4d7552180d
commit
bd5b9e17b0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user