From ae648a44c48e0de0149f83880be542609588c80f Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Thu, 1 Dec 2011 22:50:09 +0100 Subject: Upgrade libuv to 9c064fb --- deps/uv/test/test-callback-stack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deps/uv/test/test-callback-stack.c') diff --git a/deps/uv/test/test-callback-stack.c b/deps/uv/test/test-callback-stack.c index 4af6364886..4983b651c2 100644 --- a/deps/uv/test/test-callback-stack.c +++ b/deps/uv/test/test-callback-stack.c @@ -138,7 +138,7 @@ static void write_cb(uv_write_t* req, int status) { /* After the data has been sent, we're going to wait for a while, then */ /* start reading. This makes us certain that the message has been echoed */ /* back to our receive buffer when we start reading. This maximizes the */ - /* tempation for the backend to use dirty stack for calling read_cb. */ + /* temptation for the backend to use dirty stack for calling read_cb. */ nested++; r = uv_timer_init(uv_default_loop(), &timer); ASSERT(r == 0); -- cgit v1.2.3