From a262c2d3d06ec64c934aea252daa0ea788249d2b Mon Sep 17 00:00:00 2001 From: "Jeremy C. Reed" Date: Fri, 13 Jan 2017 12:10:38 -0600 Subject: [PATCH] spelling fix in comment --- fstrm/iothr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fstrm/iothr.c b/fstrm/iothr.c index 0cbf4c827..e469baf5f 100644 --- a/fstrm/iothr.c +++ b/fstrm/iothr.c @@ -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)