From 5f83b6a5f5939ce39af929f200b1ea236fbe350c Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 31 Aug 2018 11:40:33 +0200 Subject: rendezvous: fix a typo --- misc/rendezvous.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/rendezvous.c b/misc/rendezvous.c index 9af798dd07..aa94a9042d 100644 --- a/misc/rendezvous.c +++ b/misc/rendezvous.c @@ -16,7 +16,7 @@ struct waiter { /* A barrier for 2 threads, which can exchange a value when they meet. * The first thread to call this function will block. As soon as two threads * are calling this function with the same tag value, they will unblock, and - * on each thread the call return the value parameter of the _other_ thread. + * on each thread the call returns the value parameter of the _other_ thread. * * tag is an arbitrary value, but it must be an unique pointer. If there are * more than 2 threads using the same tag, things won't work. Typically, it -- cgit v1.2.3