1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

o Fix incorrect function name (kobj_free -> kobj_delete).

Obtained from:	DragonFlyBSD
MFC after:	1 week
This commit is contained in:
Maxim Konovalov 2006-10-28 10:57:35 +00:00
parent 42cdb16b47
commit efc7cb843b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163733

View File

@ -83,7 +83,7 @@ This will allocate memory for the object based on the object size
specified by the class and initialise it by zeroing the memory and
installing a pointer to the class' method dispatch table.
Objects created in this way should be freed by calling
.Fn kobj_free .
.Fn kobj_delete .
.Pp
Clients which would like to manage the allocation of memory
themselves should call