From f87ce6713676e7ecbb089353033372c3786f8e18 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 1 Jun 2011 15:54:28 +0200 Subject: [PATCH] Cosmetics: replace in doc "xxx-er thread" by "xxx-ing" thread. Not sure that it is better, but at least it is consistent. ;) --- NOTES | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NOTES b/NOTES index 53bce11..19fafe8 100644 --- a/NOTES +++ b/NOTES @@ -12,11 +12,11 @@ messages, and data for load transfers. Process model ============= -Each process is made of 3 threads: a receiver thread, a computing -thread, and a load-balancer thread. +Each process is made of 3 threads: a receiving thread, a computing +thread, and a load-balancing thread. -* Receiver thread - --------------- +* Receiving thread + ---------------- Loop | wait for a message to come, either on data channel, or on ctrl channel -- 2.39.5