From 569f4f604d0a18e94e995c6ac0ffe267c61a16ce Mon Sep 17 00:00:00 2001 From: Geoffrey Challen Date: Thu, 31 Dec 2015 20:54:33 -0500 Subject: [PATCH] Better stoplight picture. --- kern/synchprobs/stoplight.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kern/synchprobs/stoplight.c b/kern/synchprobs/stoplight.c index afbb458..239407a 100644 --- a/kern/synchprobs/stoplight.c +++ b/kern/synchprobs/stoplight.c @@ -38,9 +38,9 @@ * |0 | * - -- * 01 1 - * 3 32 + * 3 32 * -- -- - * | 2| + * | 2| * * As way to think about it, assuming cars drive on the right: a car entering * the intersection from direction X will enter intersection quadrant X first.