diff options
-rw-r--r-- | sys/sys/vnode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h index 4495155..8ae6fef 100644 --- a/sys/sys/vnode.h +++ b/sys/sys/vnode.h @@ -254,7 +254,7 @@ struct xvnode { #define VV_PROCDEP 0x0100 /* vnode is process dependent */ #define VV_NOKNOTE 0x0200 /* don't activate knotes on this vnode */ #define VV_DELETED 0x0400 /* should be removed */ -#define VV_MD 0x0800 /* vnode backs the md device */ +#define VV_MD 0x0800 /* vnode backs the md device */ /* * Vnode attributes. A field value of VNOVAL represents a field whose value |