From c1c462c2f981f9a62ab2108e20798f2b3b2a20ae Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Wed, 19 Feb 2003 08:56:36 +0000 Subject: intial -> initial --- sys/ufs/lfs/lfs_bio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/ufs/lfs/lfs_bio.c b/sys/ufs/lfs/lfs_bio.c index 9fe2bb190e9..255d708faef 100644 --- a/sys/ufs/lfs/lfs_bio.c +++ b/sys/ufs/lfs/lfs_bio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lfs_bio.c,v 1.8 2002/07/12 14:02:23 art Exp $ */ +/* $OpenBSD: lfs_bio.c,v 1.9 2003/02/19 08:56:35 jmc Exp $ */ /* $NetBSD: lfs_bio.c,v 1.5 1996/02/09 22:28:49 christos Exp $ */ /* @@ -129,7 +129,7 @@ lfs_bwrite(v) if (bdirties.tqh_first == bp) { if (timeout_triggered(&wakeup_timeout)) timeout_del(&wakeup_timeout); - if (!timeout_intialized(&wakeup_timeout)) + if (!timeout_initialized(&wakeup_timeout)) timeout_set(&wakeup_timeout, wakeup, &bdirties); timeout_add(&wakeup_timeout, 30 * hz); } -- cgit v1.2.3