mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
Fix a typo
This commit is contained in:
parent
d9455a4113
commit
d6cc34a1ad
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=238059
@ -767,7 +767,7 @@ ext2_statfs(struct mount *mp, struct statfs *sbp)
|
||||
ump = VFSTOEXT2(mp);
|
||||
fs = ump->um_e2fs;
|
||||
if (fs->e2fs->e2fs_magic != E2FS_MAGIC)
|
||||
panic("ext2fs_statvfs");
|
||||
panic("ext2fs_statfs");
|
||||
|
||||
/*
|
||||
* Compute the overhead (FS structures)
|
||||
|
Loading…
Reference in New Issue
Block a user