summaryrefslogtreecommitdiff
path: root/sys/ufs/lfs/lfs_segment.c
diff options
context:
space:
mode:
authorJean-Francois Brousseau <jfb@cvs.openbsd.org>2005-02-17 18:07:38 +0000
committerJean-Francois Brousseau <jfb@cvs.openbsd.org>2005-02-17 18:07:38 +0000
commit47706ecaf12d67a399225153e56f1d84398bfc5a (patch)
tree91e2d50aef16270c2a3d54804708488e708251ce /sys/ufs/lfs/lfs_segment.c
parent9a1e8d3a36cfe08049fdc4373b501abf7b1454c1 (diff)
miscellaneous typo fixes:
- sturct -> struct (spotted by pedro) - elimination of consecutive 'the' words ok jmc@, henning@, krw@, robert@, some whining by jolan@
Diffstat (limited to 'sys/ufs/lfs/lfs_segment.c')
-rw-r--r--sys/ufs/lfs/lfs_segment.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ufs/lfs/lfs_segment.c b/sys/ufs/lfs/lfs_segment.c
index 4e855f5bab4..18e38f828d7 100644
--- a/sys/ufs/lfs/lfs_segment.c
+++ b/sys/ufs/lfs/lfs_segment.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lfs_segment.c,v 1.12 2003/06/02 23:28:23 millert Exp $ */
+/* $OpenBSD: lfs_segment.c,v 1.13 2005/02/17 18:07:37 jfb Exp $ */
/* $NetBSD: lfs_segment.c,v 1.4 1996/02/09 22:28:54 christos Exp $ */
/*
@@ -861,7 +861,7 @@ lfs_writeseg(fs, sp)
* written. To avoid this problem, we allocate memory in chunks, copy
* the buffers into the chunk and write the chunk. MAXPHYS is the
* largest size I/O devices can handle.
- * When the data is copied to the chunk, turn off the the B_LOCKED bit
+ * When the data is copied to the chunk, turn off the B_LOCKED bit
* and brelse the buffer (which will move them to the LRU list). Add
* the B_CALL flag to the buffer header so we can count I/O's for the
* checkpoints and so we can release the allocated memory.