Skip to content

Commit 09b5aa9

Browse files
committed
Fix typo
1 parent 62ec8c6 commit 09b5aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LibAwsIO.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function default_aws_event_loop_group()
6161
init()
6262
maxthreads = LIB_AWS_IO_MAX_THREADS[]
6363
# populate default event loop group; 0 means one event loop per non-hyperthread core
64-
set_default_aws_event_loop_group!(aws_event_loop_group_new_default(default_aws_allocator(), max_threads, C_NULL))
64+
set_default_aws_event_loop_group!(aws_event_loop_group_new_default(default_aws_allocator(), maxthreads, C_NULL))
6565
end
6666
return DEFAULT_AWS_EVENT_LOOP_GROUP[]
6767
end

0 commit comments

Comments
 (0)