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_*/
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to