]> Zhao Yanbai Git Server - minix.git/commitdiff
Typo in comment.
authorBen Gras <ben@minix3.org>
Thu, 9 Mar 2006 13:59:59 +0000 (13:59 +0000)
committerBen Gras <ben@minix3.org>
Thu, 9 Mar 2006 13:59:59 +0000 (13:59 +0000)
kernel/proc.c

index bb77cd66edb70e0653b882949935ecc599453e9c..0e8a083dd87bfa9cd13cd4a9414f46ad6d2217af 100755 (executable)
@@ -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 */