svn commit: r329174 - head/sys/sys

Alan Somers asomers at FreeBSD.org
Mon Feb 12 17:42:29 UTC 2018


Author: asomers
Date: Mon Feb 12 17:42:28 2018
New Revision: 329174
URL: https://svnweb.freebsd.org/changeset/base/329174

Log:
  Fix a comment.  No functional change.
  
  MFC after:	3 weeks
  Sponsored by:	Spectra Logic Corp

Modified:
  head/sys/sys/aio.h

Modified: head/sys/sys/aio.h
==============================================================================
--- head/sys/sys/aio.h	Mon Feb 12 17:41:11 2018	(r329173)
+++ head/sys/sys/aio.h	Mon Feb 12 17:42:28 2018	(r329174)
@@ -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
 


More information about the svn-src-head mailing list