From: Ben Gras Date: Thu, 9 Mar 2006 13:59:59 +0000 (+0000) Subject: Typo in comment. X-Git-Tag: v3.1.2a~276 X-Git-Url: http://zhaoyanbai.com/repos/dnssec-importkey.html?a=commitdiff_plain;h=5498a74d875523cf84d5202660e8fbb8296f2b9f;p=minix.git Typo in comment. --- diff --git a/kernel/proc.c b/kernel/proc.c index bb77cd66e..0e8a083dd 100755 --- a/kernel/proc.c +++ b/kernel/proc.c @@ -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 */