aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/mdioctl.h
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2012-01-25 11:28:18 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2012-01-25 11:28:18 +0000
commit5ad583199a051eda43114b5ec0a492c4287d7c2b (patch)
treec754cc0cfdb95de2db34cbf1989ee193bfdc2c27 /sys/sys/mdioctl.h
parent7cb6292d520aaca3430f6b4aac9c667a3b940f89 (diff)
downloadsrc-5ad583199a051eda43114b5ec0a492c4287d7c2b.tar.gz
src-5ad583199a051eda43114b5ec0a492c4287d7c2b.zip
Fix comment.
Notes
Notes: svn path=/head/; revision=230536
Diffstat (limited to 'sys/sys/mdioctl.h')
-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 be63b8c70190..82ac397530f3 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_*/