summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_work_queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_work_queue.h')
-rw-r--r--src/nxt_work_queue.h2
1 files changed, 1 insertions, 1 deletions
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.
*/