Correct docstring of downcall-handle

This commit is contained in:
Joshua Suskalo 2022-07-07 11:11:13 -05:00
parent 01515ad568
commit b8383a467b
No known key found for this signature in database
GPG key ID: 9B6BA586EFF1B9F0

View file

@ -52,7 +52,7 @@
args-arr))))) args-arr)))))
(defn- downcall-handle (defn- downcall-handle
"Gets the [[MethodHandle]] for the function at the `address`." "Gets the [[MethodHandle]] for the function at the `sym`."
[sym function-descriptor] [sym function-descriptor]
(.downcallHandle (CLinker/systemCLinker) sym function-descriptor)) (.downcallHandle (CLinker/systemCLinker) sym function-descriptor))