summaryrefslogtreecommitdiff
path: root/docs/NVPTXUsage.rst
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2013-12-20 00:33:39 +0000
committerAlp Toker <alp@nuanti.com>2013-12-20 00:33:39 +0000
commitbaf8c08693d2086cd8e45b31645812b51984b926 (patch)
treedf63f7a5598c5c6813bdfd76402acf867b8d9379 /docs/NVPTXUsage.rst
parent54317ec64ac20c701e396ee34156b7ba158e385d (diff)
downloadllvm-baf8c08693d2086cd8e45b31645812b51984b926.tar.gz
llvm-baf8c08693d2086cd8e45b31645812b51984b926.tar.bz2
llvm-baf8c08693d2086cd8e45b31645812b51984b926.tar.xz
Fix documentation typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197757 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/NVPTXUsage.rst')
-rw-r--r--docs/NVPTXUsage.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/NVPTXUsage.rst b/docs/NVPTXUsage.rst
index b081c5a7ae..e1c401df87 100644
--- a/docs/NVPTXUsage.rst
+++ b/docs/NVPTXUsage.rst
@@ -273,7 +273,7 @@ there is a separate version for each compute architecture.
For a list of all math functions implemented in libdevice, see
`libdevice Users Guide <http://docs.nvidia.com/cuda/libdevice-users-guide/index.html>`_.
-To accomodate various math-related compiler flags that can affect code
+To accommodate various math-related compiler flags that can affect code
generation of libdevice code, the library code depends on a special LLVM IR
pass (``NVVMReflect``) to handle conditional compilation within LLVM IR. This
pass looks for calls to the ``@__nvvm_reflect`` function and replaces them