summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-02-19 08:56:36 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-02-19 08:56:36 +0000
commitc1c462c2f981f9a62ab2108e20798f2b3b2a20ae (patch)
tree2e1b6744e8c4de9905837afa90e08e381a4f2f0d
parent99a7aa523aadbcbc5e1cca31df57a1f528e9d50e (diff)
intial -> initial
-rw-r--r--sys/ufs/lfs/lfs_bio.c4
1 files 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);
}