diff --git a/skynet-src/skynet_mq.c b/skynet-src/skynet_mq.c index 157f33d8b..0ddd9ee90 100644 --- a/skynet-src/skynet_mq.c +++ b/skynet-src/skynet_mq.c @@ -84,7 +84,7 @@ skynet_mq_create(uint32_t handle) { SPIN_INIT(q) // When the queue is create (always between service create and service init) , // set in_global flag to avoid push it to global queue . - // If the service init success, skynet_context_new will call skynet_mq_force_push to push it to global queue. + // If the service init success, skynet_context_new will call skynet_mq_push to push it to global queue. q->in_global = MQ_IN_GLOBAL; q->release = 0; q->overload = 0;