From 43f4e3729a30086f02cf5716ce2a080071669d03 Mon Sep 17 00:00:00 2001 From: kib Date: Sat, 13 Feb 2010 12:50:09 +0000 Subject: Fix function name in the comment in the second location too. Submitted by: ed MFC after: 1 week --- sys/fs/msdosfs/msdosfs_denode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/fs/msdosfs') 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); -- cgit v1.1