summaryrefslogtreecommitdiff
path: root/docs/LangRef.rst
diff options
context:
space:
mode:
authorDaniel Neilson <dneilson@azul.com>2018-01-19 17:32:33 +0000
committerDaniel Neilson <dneilson@azul.com>2018-01-19 17:32:33 +0000
commit4f82436e1ddfde29383d98790bbac9de3612f092 (patch)
tree02f6c6f3ecd9eaff52d2def706979fd71f426b05 /docs/LangRef.rst
parentf445ab028c87b716bdc1af62e0508f878219ac88 (diff)
Additional fixes for docs in addition to r322968.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@322969 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.rst')
-rw-r--r--docs/LangRef.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LangRef.rst b/docs/LangRef.rst
index f7e81c6200c..beb0721dab5 100644
--- a/docs/LangRef.rst
+++ b/docs/LangRef.rst
@@ -10420,7 +10420,7 @@ pointer to the source. The third argument is an integer argument
specifying the number of bytes to copy, and the fourth is a
boolean indicating a volatile access.
-The :ref:`align <_attr_align>` parameter attribute can be provided
+The :ref:`align <attr_align>` parameter attribute can be provided
for the first and second arguments.
If the ``isvolatile`` parameter is ``true``, the ``llvm.memmove`` call
@@ -10473,7 +10473,7 @@ is the byte value with which to fill it, the third argument is an
integer argument specifying the number of bytes to fill, and the fourth
is a boolean indicating a volatile access.
-The :ref:`align <_attr_align>` parameter attribute can be provided
+The :ref:`align <attr_align>` parameter attribute can be provided
for the first arguments.
If the ``isvolatile`` parameter is ``true``, the ``llvm.memset`` call is