summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2012-01-25 11:28:18 +0000
committertrasz <trasz@FreeBSD.org>2012-01-25 11:28:18 +0000
commit68aa016a16e7c2ffa52920365c930e58d1906083 (patch)
treec754cc0cfdb95de2db34cbf1989ee193bfdc2c27
parent7832dcf6cacaee05b0d4db4c1075e40858c44d9c (diff)
downloadFreeBSD-src-68aa016a16e7c2ffa52920365c930e58d1906083.zip
FreeBSD-src-68aa016a16e7c2ffa52920365c930e58d1906083.tar.gz
Fix comment.
-rw-r--r--sys/sys/mdioctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/mdioctl.h b/sys/sys/mdioctl.h
index be63b8c..82ac397 100644
--- a/sys/sys/mdioctl.h
+++ b/sys/sys/mdioctl.h
@@ -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_*/
OpenPOWER on IntegriCloud