Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Feb 2018 17:42:28 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r329174 - head/sys/sys
Message-ID:  <201802121742.w1CHgSTd072922@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802121742.w1CHgSTd072922>