Date: Wed, 25 Jan 2012 11:28:18 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r230536 - head/sys/sys Message-ID: <201201251128.q0PBSI3K022913@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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_*/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201251128.q0PBSI3K022913>