Typo in comment.

This commit is contained in:
Ben Gras 2006-03-09 13:59:59 +00:00
parent af9aa29858
commit 5498a74d87

View file

@ -245,7 +245,7 @@ int src_dst; /* src or dst process */
xp = proc_addr(src_dst); /* follow chain of processes */
group_size ++; /* extra process in group */
/* Check whether the last process in the chain has a depency. If it
/* Check whether the last process in the chain has a dependency. If it
* has not, the cycle cannot be closed and we are done.
*/
if (xp->p_rts_flags & RECEIVING) { /* xp has dependency */