diff options
| -rw-r--r-- | share/man/man9/kobj.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/kobj.9 b/share/man/man9/kobj.9 index 2dd952074e38..5f3a204a62e5 100644 --- a/share/man/man9/kobj.9 +++ b/share/man/man9/kobj.9 @@ -99,7 +99,7 @@ The functions .Fn kobj_class_compile and .Fn kobj_class_free -are used to process a class description to make method despatching +are used to process a class description to make method dispatching efficient. A client should not normally need to call these since a class will automatically be compiled the first time it is used. |
