Fix typo: teh -> the.

This commit is contained in:
Jeroen Ruigrok van der Werven 2001-02-06 09:18:39 +00:00
parent bcf588d94e
commit ba091d9673
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72080

View File

@ -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) ||