summaryrefslogtreecommitdiffstats
path: root/sys/fs/smbfs/smbfs_vfsops.c
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2009-10-24 18:49:17 +0000
committerru <ru@FreeBSD.org>2009-10-24 18:49:17 +0000
commite866365bb9dfd64fa7764759cbc1616b429a6739 (patch)
tree47d4cc6bf0dd7b2a81b7f024d71deb2c9bd25592 /sys/fs/smbfs/smbfs_vfsops.c
parent4a8797cf0cc40ac45ac79a01d293c2c7a4f16f14 (diff)
downloadFreeBSD-src-e866365bb9dfd64fa7764759cbc1616b429a6739.zip
FreeBSD-src-e866365bb9dfd64fa7764759cbc1616b429a6739.tar.gz
Spell DIAGNOSTIC correctly.
Diffstat (limited to 'sys/fs/smbfs/smbfs_vfsops.c')
-rw-r--r--sys/fs/smbfs/smbfs_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/smbfs/smbfs_vfsops.c b/sys/fs/smbfs/smbfs_vfsops.c
index b762bde..2a328b3 100644
--- a/sys/fs/smbfs/smbfs_vfsops.c
+++ b/sys/fs/smbfs/smbfs_vfsops.c
@@ -259,7 +259,7 @@ smbfs_mount(struct mount *mp)
VOP_UNLOCK(vp, 0);
SMBVDEBUG("root.v_usecount = %d\n", vrefcnt(vp));
-#ifdef DIAGNOSTICS
+#ifdef DIAGNOSTIC
SMBERROR("mp=%p\n", mp);
#endif
return error;
OpenPOWER on IntegriCloud