Fix function name in the comment in the second location too.

Submitted by:	ed
MFC after:	1 week
This commit is contained in:
Konstantin Belousov 2010-02-13 12:50:09 +00:00
parent 48d1bcf8e0
commit 699d124f23

View file

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