From 5498a74d875523cf84d5202660e8fbb8296f2b9f Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 9 Mar 2006 13:59:59 +0000 Subject: [PATCH] Typo in comment. --- kernel/proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.44.0