diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2008-12-23 21:43:16 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2008-12-23 21:43:16 +0000 |
commit | 2d4098a3612f42f96c04fabbd0258922076a0c5d (patch) | |
tree | 3332a0810eafe9b5f768962fccf65251f54223a0 /sys | |
parent | 1abb201b7b73cb5197a0bc00ef2eebadf0222463 (diff) |
Fix up a comment. Flags are for va_vaflags not va_cflags
(that doesnt exist).
ok pedro@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/vnode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h index 59a4d2ff7a4..d0bf58af37c 100644 --- a/sys/sys/vnode.h +++ b/sys/sys/vnode.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vnode.h,v 1.96 2008/11/01 20:33:34 deraadt Exp $ */ +/* $OpenBSD: vnode.h,v 1.97 2008/12/23 21:43:15 thib Exp $ */ /* $NetBSD: vnode.h,v 1.38 1996/02/29 20:59:05 cgd Exp $ */ /* @@ -164,7 +164,7 @@ struct vattr { }; /* - * Flags for va_cflags. + * Flags for va_vaflags. */ #define VA_UTIMES_NULL 0x01 /* utimes argument was NULL */ #define VA_EXCLUSIVE 0x02 /* exclusive create request */ |