summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorGrigoriy Orlov <gluk@cvs.openbsd.org>2001-08-30 12:41:15 +0000
committerGrigoriy Orlov <gluk@cvs.openbsd.org>2001-08-30 12:41:15 +0000
commit92d93d6dd4954d7b4ea4cb4530b6e043d4203ab7 (patch)
treea60577326e3aaaef7486fd59d6b7c8ebb22223e7 /sys
parentb1781fd76e2a9a7c40438ef21bfa55f23da773ae (diff)
typo in comment.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/buf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/buf.h b/sys/sys/buf.h
index bb3a7754f2b..5aa361e7563 100644
--- a/sys/sys/buf.h
+++ b/sys/sys/buf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: buf.h,v 1.25 2001/08/30 12:38:52 gluk Exp $ */
+/* $OpenBSD: buf.h,v 1.26 2001/08/30 12:41:14 gluk Exp $ */
/* $NetBSD: buf.h,v 1.25 1997/04/09 21:12:17 mycroft Exp $ */
/*
@@ -77,7 +77,7 @@ struct buf {
LIST_ENTRY(buf) b_hash; /* Hash chain. */
LIST_ENTRY(buf) b_vnbufs; /* Buffer's associated vnode. */
TAILQ_ENTRY(buf) b_freelist; /* Free list position if not active. */
- TAILQ_ENTRY(buf) b_synclist; /* List of diry buffers to be written out */
+ TAILQ_ENTRY(buf) b_synclist; /* List of dirty buffers to be written out */
long b_synctime; /* Time this buffer should be flushed */
struct buf *b_actf, **b_actb; /* Device driver queue when active. */
struct proc *b_proc; /* Associated proc; NULL if kernel. */