summaryrefslogtreecommitdiffstats
path: root/sys/fs
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2010-02-13 12:50:09 +0000
committerkib <kib@FreeBSD.org>2010-02-13 12:50:09 +0000
commit43f4e3729a30086f02cf5716ce2a080071669d03 (patch)
treeef1971525dbd1256e217f760a80b2d337c1225f9 /sys/fs
parentb6bb83ada40bb7bb9c35cdb0f31f00e100932b8c (diff)
downloadFreeBSD-src-43f4e3729a30086f02cf5716ce2a080071669d03.zip
FreeBSD-src-43f4e3729a30086f02cf5716ce2a080071669d03.tar.gz
Fix function name in the comment in the second location too.
Submitted by: ed MFC after: 1 week
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/msdosfs/msdosfs_denode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/msdosfs/msdosfs_denode.c b/sys/fs/msdosfs/msdosfs_denode.c
index e8adc50..b689b5d 100644
--- a/sys/fs/msdosfs/msdosfs_denode.c
+++ b/sys/fs/msdosfs/msdosfs_denode.c
@@ -146,7 +146,7 @@ deget(pmp, dirclust, diroffset, depp)
/*
* Do the malloc before the getnewvnode since doing so afterward
* might cause a bogus v_data pointer to get dereferenced
- * elsewhere if MALLOC should block.
+ * elsewhere if malloc should block.
*/
ldep = malloc(sizeof(struct denode), M_MSDOSFSNODE, M_WAITOK | M_ZERO);
OpenPOWER on IntegriCloud