diff --git a/src/ctypes-foreign-threaded/foreign.mli b/src/ctypes-foreign-threaded/foreign.mli index 6200860a..454e78ea 100644 --- a/src/ctypes-foreign-threaded/foreign.mli +++ b/src/ctypes-foreign-threaded/foreign.mli @@ -81,7 +81,7 @@ val funptr : the associated OCaml closure, so that the C function may be used only while the closure is still live. - The {!dynamic_funptr} function is an alternative to {funptr} with explicit + The {!dynamic_funptr} function is an alternative to {!funptr} with explicit lifetime management. *)