From 7f8179c2b819253458d511bb863ac58f876c89fe Mon Sep 17 00:00:00 2001 From: Douglas Katzman Date: Sat, 15 Nov 2014 14:36:20 -0500 Subject: [PATCH] Fix comment affected by change 1e9b2eeb4d8d07e6282dc6a747661134ccda8f4c --- src/code/target-alieneval.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/code/target-alieneval.lisp b/src/code/target-alieneval.lisp index 817d9b524..c2d820fbc 100644 --- a/src/code/target-alieneval.lisp +++ b/src/code/target-alieneval.lisp @@ -324,7 +324,7 @@ Examples: :format-control "~A: malloc() of ~S bytes failed." :format-arguments (list (strerror errno) bytes))) -;;; Allocate a block of memory at least BITS bits long and return a +;;; Allocate a block of memory at least BYTES bytes long and return a ;;; system area pointer to it. #!-sb-fluid (declaim (inline %make-alien)) (defun %make-alien (bytes) -- 2.11.4.GIT