From 3d9b965aee87444ea9ddddbf1ff03407a5f90ea1 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Tue, 7 Jun 2011 00:34:34 +0200 Subject: [PATCH] Whitespace error --- test/test-shutdown-eof.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-shutdown-eof.c b/test/test-shutdown-eof.c index 0e0c772d..adda9f15 100644 --- a/test/test-shutdown-eof.c +++ b/test/test-shutdown-eof.c @@ -139,7 +139,7 @@ void timer_cb(uv_handle_t* handle, int status) { * This test has a client which connects to the echo_server and immediately * issues a shutdown. The echo-server, in response, will also shutdown their * connection. We check, with a timer, that libuv is not automatically - * calling uv_close when the client receives the EOF from echo-server. + * calling uv_close when the client receives the EOF from echo-server. */ TEST_IMPL(shutdown_eof) { int r;