1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-10 14:02:43 +00:00

Fix comment.

This commit is contained in:
Edward Tomasz Napierala 2012-01-25 11:28:18 +00:00
parent 7cb6292d52
commit 5ad583199a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=230536

View File

@ -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_*/