1
0
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:
Kevin Lo 2012-07-03 08:03:07 +00:00
parent d9455a4113
commit d6cc34a1ad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=238059

View File

@ -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)