Skip to content
Snippets Groups Projects
Commit ed8985c0 authored by pw's avatar pw
Browse files

Fix minor spelling typo.

parent 3fdca5b3
No related branches found
No related tags found
No related merge requests found
...@@ -11605,7 +11605,7 @@ when the C function was entered, there is no telling what will happen. ...@@ -11605,7 +11605,7 @@ when the C function was entered, there is no telling what will happen.
The type of \var{alien-function} must be \code{(alien (function The type of \var{alien-function} must be \code{(alien (function
...))} or \code{(alien (* (function ...)))}, ...))} or \code{(alien (* (function ...)))},
\xlref{alien-function-types}. The function type is used to \xlref{alien-function-types}. The function type is used to
determine how to call the function (as through it was declared with determine how to call the function (as though it was declared with
a prototype.) The type need not be known at compile time, but only a prototype.) The type need not be known at compile time, but only
known-type calls are efficiently compiled. Limitations: known-type calls are efficiently compiled. Limitations:
\begin{itemize} \begin{itemize}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment