From ed8985c08b9211cf8dd86fffb8af5c64186c0cbb Mon Sep 17 00:00:00 2001 From: pw <pw> Date: Fri, 1 May 1998 10:42:25 +0000 Subject: [PATCH] Fix minor spelling typo. --- docs/cmu-user/cmu-user.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cmu-user/cmu-user.tex b/docs/cmu-user/cmu-user.tex index 7ee0a53c7..bd8eb6263 100644 --- a/docs/cmu-user/cmu-user.tex +++ b/docs/cmu-user/cmu-user.tex @@ -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 ...))} or \code{(alien (* (function ...)))}, \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 known-type calls are efficiently compiled. Limitations: \begin{itemize} -- GitLab