From ecfb5a7b2735eb19e36f8ddc4dd4507ebe469ec2 Mon Sep 17 00:00:00 2001
From: Tavian Barnes <tavianator@tavianator.com>
Date: Tue, 18 Feb 2025 20:21:26 -0500
Subject: ioq: Fix typo in comment

---
 src/ioq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/ioq.c')

diff --git a/src/ioq.c b/src/ioq.c
index 064e0e8..1efedd7 100644
--- a/src/ioq.c
+++ b/src/ioq.c
@@ -1036,7 +1036,7 @@ static int ioq_ring_init(struct ioq *ioq, struct ioq_thread *thread) {
 			ioq_ring_probe_flags(&params, IORING_SETUP_SINGLE_ISSUER);
 #  endif
 #  ifdef IORING_SETUP_DEFER_TASKRUN
-			// Don't interrupt us aggresively with completion events
+			// Don't interrupt us aggressively with completion events
 			ioq_ring_probe_flags(&params, IORING_SETUP_DEFER_TASKRUN);
 #  endif
 		}
-- 
cgit v1.2.3