From 6f2c9acd1841ca20a1388b34aef64e9f00459090 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 9 Mar 2017 18:03:27 +0300 Subject: Processes refactoring. The cycle has been renamed to the runtime. --- src/nxt_work_queue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nxt_work_queue.h') diff --git a/src/nxt_work_queue.h b/src/nxt_work_queue.h index 8dc9c1dd..90c344dc 100644 --- a/src/nxt_work_queue.h +++ b/src/nxt_work_queue.h @@ -28,7 +28,7 @@ struct nxt_task_s { * A work handler with just the obj and data arguments instead * of pointer to a possibly large a work struct allows to call * the handler not only via a work queue but also directly. - * The only obj argument is enough for the most cases expect the + * The only obj argument is enough for the most cases except the * source filters, so the data argument has been introduced and * is used where appropriate. */ -- cgit