klisp

an open source interpreter for the Kernel Programming Language.
git clone http://git.hanabi.in/repos/klisp.git
Log | Files | Refs | README

commit 9776f6263455c404f2a58fab2c8dae70d74aca50
parent 7ef007a12521d76e90b989602124cbde6a12a240
Author: Andres Navarro <canavarro82@gmail.com>
Date:   Mon, 22 Jul 2013 16:02:39 -0300

Fixed typo

Diffstat:
Msrc/kgthreads.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/kgthreads.c b/src/kgthreads.c @@ -273,7 +273,7 @@ static void mutex_trylock(klisp_State *K) kapply_cc(K, b2tv(res)); } -/* make-mutex */ +/* make-condition-variable */ static void make_condvar(klisp_State *K) { TValue *xparams = K->next_xparams;