typo fix.

This commit is contained in:
james.brodman
2014-01-13 11:23:28 -05:00
parent 7726e87cd7
commit 05eac8631b

View File

@@ -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``