From 7a046fb2d106a8d2cc97776aca786fdc84fa6170 Mon Sep 17 00:00:00 2001 From: simonb Date: Tue, 21 Nov 2006 02:37:20 +0000 Subject: [PATCH] Poo, fix typo'd typo. Thanks Pooka. --- sys/sys/vnode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h index 70e8730c04a1..35049c7841f8 100644 --- a/sys/sys/vnode.h +++ b/sys/sys/vnode.h @@ -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 */ /*