summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-06 09:18:39 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-06 09:18:39 +0000
commit57d8a16ab6fdf39f8b065803980ede96df7122db (patch)
treed389069886b1292182026af3f26cbc33e54194dc /sys
parent95353f0060b798434bbab372cb00dad3445b0dd8 (diff)
downloadFreeBSD-src-57d8a16ab6fdf39f8b065803980ede96df7122db.zip
FreeBSD-src-57d8a16ab6fdf39f8b065803980ede96df7122db.tar.gz
Fix typo: teh -> the.
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/vfs_cluster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c
index 8836236..1c119b4 100644
--- a/sys/kern/vfs_cluster.c
+++ b/sys/kern/vfs_cluster.c
@@ -720,7 +720,7 @@ cluster_wbuild(vp, size, start_lbn, len)
/*
* If the buffer is not delayed-write (i.e. dirty), or it
* is delayed-write but either locked or inval, it cannot
- * partake in teh clustered write.
+ * partake in the clustered write.
*/
if (((tbp = gbincore(vp, start_lbn)) == NULL) ||
((tbp->b_flags & (B_LOCKED | B_INVAL | B_DELWRI)) != B_DELWRI) ||
OpenPOWER on IntegriCloud