1.0.8.11: Fix typo in comment.
authorThiemo Seufer <ths@networkno.de>
Sun, 29 Jul 2007 19:32:10 +0000 (19:32 +0000)
committerThiemo Seufer <ths@networkno.de>
Sun, 29 Jul 2007 19:32:10 +0000 (19:32 +0000)
src/runtime/interrupt.c
version.lisp-expr

index d9a9301..40d4456 100644 (file)
@@ -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.
     */
index 22a3ec8..846fcb0 100644 (file)
@@ -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"