From 5ad583199a051eda43114b5ec0a492c4287d7c2b Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Wed, 25 Jan 2012 11:28:18 +0000 Subject: Fix comment. --- sys/sys/mdioctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_*/ -- cgit v1.2.3