diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2025-02-18 20:21:26 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2025-02-18 20:37:25 -0500 |
commit | ecfb5a7b2735eb19e36f8ddc4dd4507ebe469ec2 (patch) | |
tree | b533b197c7658d1e098a40d7bbcf0d5da670b91c | |
parent | 35f47ca670a180c07c39a4ac068e0d60da82c7c7 (diff) | |
download | bfs-ecfb5a7b2735eb19e36f8ddc4dd4507ebe469ec2.tar.xz |
ioq: Fix typo in comment
-rw-r--r-- | src/ioq.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1036,7 +1036,7 @@ static int ioq_ring_init(struct ioq *ioq, struct ioq_thread *thread) { ioq_ring_probe_flags(¶ms, 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(¶ms, IORING_SETUP_DEFER_TASKRUN); # endif } |