Poo, fix typo'd typo.

Thanks Pooka.
This commit is contained in:
simonb 2006-11-21 02:37:20 +00:00
parent 8f2fd4cb28
commit 7a046fb2d1

View File

@ -1,4 +1,4 @@
/* $NetBSD: vnode.h,v 1.161 2006/11/21 02:19:54 simonb Exp $ */
/* $NetBSD: vnode.h,v 1.162 2006/11/21 02:37:20 simonb Exp $ */
/*
* Copyright (c) 1989, 1993
@ -276,7 +276,7 @@ extern const int vttoif_tab[];
#define V_WAIT 0x0001 /* sleep for suspend */
#define V_NOWAIT 0x0002 /* don't sleep for suspend */
#define V_SLEEPONLY 0x0004 /* just return after sleep */
#define V_PCATCH 0x0008 /* sleep which PCATCH set */
#define V_PCATCH 0x0008 /* sleep with PCATCH set */
#define V_LOWER 0x0010 /* lower level operation */
/*