Skip to content

Commit

Permalink
spelling fix in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
reedjc committed Jan 13, 2017
1 parent f6e2fd5 commit a262c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fstrm/iothr.c
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ fstrm_iothr_init(const struct fstrm_iothr_options *opt,
/*
* Some platforms have a ridiculously low IOV_MAX, literally the lowest
* value even allowed by POSIX, which is lower than our conservative
* FSTRM_IOTHR_OUTPUT_QUEUE_SIZE_DEFAULT. Accomodate these platforms by
* FSTRM_IOTHR_OUTPUT_QUEUE_SIZE_DEFAULT. Accommodate these platforms by
* silently clamping output_queue_size to IOV_MAX.
*/
if (iothr->opt.output_queue_size > IOV_MAX)
Expand Down

0 comments on commit a262c2d

Please sign in to comment.