0.9.15.6:
authorJuho Snellman <jsnell@iki.fi>
Sat, 29 Jul 2006 01:58:37 +0000 (01:58 +0000)
committerJuho Snellman <jsnell@iki.fi>
Sat, 29 Jul 2006 01:58:37 +0000 (01:58 +0000)
Fix typo in threading.texinfo code example (extra paren).

doc/manual/threading.texinfo
version.lisp-expr

index 32f9ffe..784a965 100644 (file)
@@ -91,7 +91,7 @@ if you want a bounded wait.
   (with-mutex (*a-mutex*)
     (format t "Thread ~A got the lock~%" *current-thread*)
     (sleep (random 5)))
-  (format t "Thread ~A dropped lock, dying now~%" *current-thread*)))
+  (format t "Thread ~A dropped lock, dying now~%" *current-thread*))
 
 (make-thread #'thread-fn)
 (make-thread #'thread-fn)
index 05c8dd8..058c510 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".)
-"0.9.15.5"
+"0.9.15.6"