From 7f2967a8ed925bd5dab32811c1a66cba7175d669 Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Tue, 11 Oct 2005 17:50:23 +0000 Subject: [PATCH] 0.9.5.39: Fix typos in comments. --- doc/manual/ffi.texinfo | 2 +- src/code/unix.lisp | 2 +- version.lisp-expr | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/manual/ffi.texinfo b/doc/manual/ffi.texinfo index ea13995..354e659 100644 --- a/doc/manual/ffi.texinfo +++ b/doc/manual/ffi.texinfo @@ -3,7 +3,7 @@ @chapter Foreign Function Interface This chapter describes SBCL's interface to C programs and -libraries (and, since C interfaces are a sort of @emph{ingua +libraries (and, since C interfaces are a sort of @emph{lingua franca} of the Unix world, to other programs and libraries in general.) diff --git a/src/code/unix.lisp b/src/code/unix.lisp index 1d922ef..f411a38 100644 --- a/src/code/unix.lisp +++ b/src/code/unix.lisp @@ -565,7 +565,7 @@ SYSCALL-FORM. Repeat evaluation of SYSCALL-FORM if it is interrupted." ;;; synthesize a nice consistent structure for us. ;;; ;;; Note that st-dev is a long, not a dev-t. This is because dev-t on -;;; linux 32 bit archs is a 64 bit quantity, but alien doesn's support +;;; linux 32 bit archs is a 64 bit quantity, but alien doesn't support ;;; those. We don't actually access that field anywhere, though, so ;;; until we can get 64 bit alien support it'll do. Also note that ;;; st_size is a long, not an off-t, because off-t is a 64-bit diff --git a/version.lisp-expr b/version.lisp-expr index 2956d18..31b5f01 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.9.5.38" +"0.9.5.39" -- 1.7.10.4