From 21b8a7a6cad1a4ecb217f4b830088cbcf36b92ac Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Mon, 12 Feb 2018 17:42:28 +0000 Subject: [PATCH] Fix a comment. No functional change. MFC after: 3 weeks Sponsored by: Spectra Logic Corp --- sys/sys/aio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/aio.h b/sys/sys/aio.h index a85958e03db..6ab8bdb7f29 100644 --- a/sys/sys/aio.h +++ b/sys/sys/aio.h @@ -54,7 +54,7 @@ #define LIO_WAIT 0x1 /* - * Maximum number of allowed LIO operations + * Maximum number of operations in a single lio_listio call */ #define AIO_LISTIO_MAX 16