From c99f9a12d8c7e4381784cbff11656633b97837df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E9=A3=8E?= Date: Fri, 23 Aug 2013 21:01:19 +0800 Subject: [PATCH] fix comment --- skynet-src/skynet_start.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skynet-src/skynet_start.c b/skynet-src/skynet_start.c index 672d94c4..d1dc3f77 100644 --- a/skynet-src/skynet_start.c +++ b/skynet-src/skynet_start.c @@ -50,7 +50,7 @@ _socket(void *p) { break; if (r<0) continue; - // todo: wakeup will kill some performance when system with a lot of high connections + // FIXME: wakeup will kill some performance when lots of connections wakeup(m,0); } return NULL;