src/clx/dependent.lisp: fixed typo in the definition for make-process-lock.

This commit is contained in:
Juan Jose Garcia Ripoll 2009-10-08 20:27:54 +02:00
parent 2f254ceb59
commit 5fe3f34c55

View file

@ -893,7 +893,7 @@
(sb-thread:make-mutex :name name))
#+(and ecl threads)
(defun make-lock (name)
(defun make-process-lock (name)
(mp:make-lock :name name))
;;; HOLDING-LOCK: Execute a body of code with a lock held.