From 05eac8631bb50b09470327c20f6345dc66fdf0f5 Mon Sep 17 00:00:00 2001 From: "james.brodman" Date: Mon, 13 Jan 2014 11:23:28 -0500 Subject: [PATCH] typo fix. --- docs/ispc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ispc.rst b/docs/ispc.rst index 3ac57e86..2c41301c 100644 --- a/docs/ispc.rst +++ b/docs/ispc.rst @@ -4787,7 +4787,7 @@ header files and a "general" header file with definitions for multiple sizes. Any pointers to varyings in exported functions will be rewritten as ``void *``. At runtime, the ``ispc`` dispatch mechanism will cast these pointers to the appropriate types. Programmers can -provide C/C++ code can with a mechanism to determine the gang width used +provide C/C++ code with a mechanism to determine the gang width used at runtime by ``ispc`` by creating an exported function that simply returns the value of ``programCount``. An example of such a function is provided in the file ``examples/util/util.isph`` included in the ``ispc``