svn commit: r330730 - stable/11/sys/sys

Alan Somers asomers at FreeBSD.org
Sat Mar 10 03:08:22 UTC 2018


Author: asomers
Date: Sat Mar 10 03:08:20 2018
New Revision: 330730
URL: https://svnweb.freebsd.org/changeset/base/330730

Log:
  MFC r329174:
  
  Fix a comment.  No functional change.
  
  Sponsored by:	Spectra Logic Corp

Modified:
  stable/11/sys/sys/aio.h
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/sys/aio.h
==============================================================================
--- stable/11/sys/sys/aio.h	Sat Mar 10 03:06:55 2018	(r330729)
+++ stable/11/sys/sys/aio.h	Sat Mar 10 03:08:20 2018	(r330730)
@@ -52,7 +52,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-stable mailing list