Fix a typo in a comment, introduced in rev. 1.19.

This commit is contained in:
brueffer 2007-01-16 19:46:05 +00:00
parent 4193a14b0b
commit a700f4820b

View File

@ -1205,7 +1205,7 @@ duplicate_block(struct file_lock *fl)
/*
* Is this lock request already on the blocking list?
* Condider it a dupe if the file handles, offset, length,
* Consider it a dupe if the file handles, offset, length,
* exclusivity and client match.
*/
LIST_FOREACH(ifl, &blockedlocklist_head, nfslocklist) {