Fix typo in comment.

This commit is contained in:
Konstantin Belousov 2010-09-29 07:40:11 +00:00
parent 931e4573df
commit 063045a555

View File

@ -9464,7 +9464,7 @@ handle_written_indirdep(indirdep, bp, bpp)
indirdep->ir_state |= ATTACHED;
/*
* Move allocindirs with written pointers to the completehd if
* the the indirdep's pointer is not yet written. Otherwise
* the indirdep's pointer is not yet written. Otherwise
* free them here.
*/
while ((aip = LIST_FIRST(&indirdep->ir_writehd)) != 0) {