From 1e9a6297dc561ce6bf8f9e9ec7a6ddf5c332681b Mon Sep 17 00:00:00 2001 From: Davis King Date: Sun, 12 Jan 2014 10:15:46 -0500 Subject: [PATCH] fixed grammar --- examples/bsp_ex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bsp_ex.cpp b/examples/bsp_ex.cpp index 1395a33ae..7dffa68d6 100644 --- a/examples/bsp_ex.cpp +++ b/examples/bsp_ex.cpp @@ -238,7 +238,7 @@ void bsp_job_other_nodes (bsp_context& bsp, long grid_resolution) // // Therefore, try_receive() serves both as a message receiving tool as well as an // implicit form of barrier synchronization. In this case, we use it to know when to - // terminate. That is, we know it is the time to terminate if all the messages between + // terminate. That is, we know it is time to terminate if all the messages between // nodes have been received and all nodes are inactive due to either termination or // being blocked on a receive call. This will happen once the controller node above // terminates since it will result in all the other nodes inevitably becoming blocked