summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-11-20 16:56:25 +0000
committerbde <bde@FreeBSD.org>1997-11-20 16:56:25 +0000
commit2001000d902e54e9a7a11e6d1af3fd9a2ba8391b (patch)
treea5f5cf876ffaa7fc3835b5939c6743314b979330 /sys/gnu/fs
parent7cd32186dac35285502c6e2136fcbf68f6c3d03f (diff)
downloadFreeBSD-src-2001000d902e54e9a7a11e6d1af3fd9a2ba8391b.zip
FreeBSD-src-2001000d902e54e9a7a11e6d1af3fd9a2ba8391b.tar.gz
Use consistent description strings for M_EXT2NODE. This also fixes a
spelling error in the unused string.
Diffstat (limited to 'sys/gnu/fs')
-rw-r--r--sys/gnu/fs/ext2fs/ext2_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/gnu/fs/ext2fs/ext2_vfsops.c b/sys/gnu/fs/ext2fs/ext2_vfsops.c
index 1ee52cd..773ecfd 100644
--- a/sys/gnu/fs/ext2fs/ext2_vfsops.c
+++ b/sys/gnu/fs/ext2fs/ext2_vfsops.c
@@ -86,7 +86,7 @@ static int ext2_unmount __P((struct mount *, int, struct proc *));
static int ext2_vget __P((struct mount *, ino_t, struct vnode **));
static int ext2_vptofh __P((struct vnode *, struct fid *));
-static MALLOC_DEFINE(M_EXT2NODE, "EXT2 nodes", "EXT2 Filsystem inodes");
+static MALLOC_DEFINE(M_EXT2NODE, "EXT2 node", "EXT2 vnode private part");
static struct vfsops ext2fs_vfsops = {
ext2_mount,
OpenPOWER on IntegriCloud