From: Thiemo Seufer Date: Sun, 29 Jul 2007 19:32:10 +0000 (+0000) Subject: 1.0.8.11: Fix typo in comment. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=683cc2e53a1f8bd8d954b83f72f26a02876a0a6c;p=sbcl.git 1.0.8.11: Fix typo in comment. --- diff --git a/src/runtime/interrupt.c b/src/runtime/interrupt.c index d9a9301..40d4456 100644 --- a/src/runtime/interrupt.c +++ b/src/runtime/interrupt.c @@ -1295,7 +1295,7 @@ void lisp_memory_fault_error(os_context_t *context, os_vm_address_t addr) { /* FIXME: This is lossy: if we get another memory fault (eg. from - * another thread) before lisp has read this, we the information. + * another thread) before lisp has read this, we lose the information. * However, since this is mostly informative, we'll live with that for * now -- some address is better then no address in this case. */ diff --git a/version.lisp-expr b/version.lisp-expr index 22a3ec8..846fcb0 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".) -"1.0.8.10" +"1.0.8.11"