From cb74346d36cef9ff63fdaf77da56de60f08322e4 Mon Sep 17 00:00:00 2001 From: Matt Pharr Date: Mon, 27 Jun 2011 19:51:46 -0700 Subject: [PATCH] Fix typo (thx jsimmons) --- docs/ispc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ispc.txt b/docs/ispc.txt index 74dff7c1..c886562b 100644 --- a/docs/ispc.txt +++ b/docs/ispc.txt @@ -2327,7 +2327,7 @@ Communicating Between SPMD Program Instances -------------------------------------------- The ``broadcast()``, ``rotate()``, and ``shuffle()`` standard library -routiens provide a variety of mechanisms for the running program instances +routines provide a variety of mechanisms for the running program instances to communicate values to each other during execution. See the section `Cross-Program Instance Operations`_ for more information about their operation.