svn commit: r230536 - head/sys/sys

Edward Tomasz Napierala trasz at FreeBSD.org
Wed Jan 25 11:28:18 UTC 2012


Author: trasz
Date: Wed Jan 25 11:28:18 2012
New Revision: 230536
URL: http://svn.freebsd.org/changeset/base/230536

Log:
  Fix comment.

Modified:
  head/sys/sys/mdioctl.h

Modified: head/sys/sys/mdioctl.h
==============================================================================
--- head/sys/sys/mdioctl.h	Wed Jan 25 11:16:31 2012	(r230535)
+++ head/sys/sys/mdioctl.h	Wed Jan 25 11:28:18 2012	(r230536)
@@ -86,6 +86,6 @@ struct md_ioctl {
 #define MD_READONLY	0x08	/* Readonly mode */
 #define MD_COMPRESS	0x10	/* Compression mode */
 #define MD_FORCE	0x20	/* Don't try to prevent foot-shooting */
-#define MD_ASYNC	0x40	/* Don't try to prevent foot-shooting */
+#define MD_ASYNC	0x40	/* Asynchronous mode */
 
 #endif	/* _SYS_MDIOCTL_H_*/


More information about the svn-src-head mailing list