mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix (typo? pasteo?): panic("ffs_mountroot..." -> panic("ntfs_mountroot...")
This commit is contained in:
parent
4d7552180d
commit
bd5b9e17b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue