diff --git a/src/clj/coffi/ffi.clj b/src/clj/coffi/ffi.clj index 6bcc5b9..697e6c3 100644 --- a/src/clj/coffi/ffi.clj +++ b/src/clj/coffi/ffi.clj @@ -52,7 +52,7 @@ args-arr))))) (defn- downcall-handle - "Gets the [[MethodHandle]] for the function at the `address`." + "Gets the [[MethodHandle]] for the function at the `sym`." [sym function-descriptor] (.downcallHandle (CLinker/systemCLinker) sym function-descriptor))