summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2025-02-18 20:21:26 -0500
committerTavian Barnes <tavianator@tavianator.com>2025-02-18 20:37:25 -0500
commitecfb5a7b2735eb19e36f8ddc4dd4507ebe469ec2 (patch)
treeb533b197c7658d1e098a40d7bbcf0d5da670b91c
parent35f47ca670a180c07c39a4ac068e0d60da82c7c7 (diff)
downloadbfs-ecfb5a7b2735eb19e36f8ddc4dd4507ebe469ec2.tar.xz
ioq: Fix typo in comment
-rw-r--r--src/ioq.c2
1 files changed, 1 insertions, 1 deletions
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
}