summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/man/man9/kobj.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/kobj.9 b/share/man/man9/kobj.9
index c47d590..aed1244 100644
--- a/share/man/man9/kobj.9
+++ b/share/man/man9/kobj.9
@@ -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
OpenPOWER on IntegriCloud