[llvm] r351279 - [LangRef] Fix typo adress->address. NFC
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 15 16:21:59 PST 2019
Author: ctopper
Date: Tue Jan 15 16:21:59 2019
New Revision: 351279
URL: http://llvm.org/viewvc/llvm-project?rev=351279&view=rev
Log:
[LangRef] Fix typo adress->address. NFC
Modified:
llvm/trunk/docs/LangRef.rst
Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=351279&r1=351278&r2=351279&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Tue Jan 15 16:21:59 2019
@@ -6666,7 +6666,7 @@ This instruction requires several argume
#. The optional :ref:`Parameter Attributes <paramattrs>` list for return
values. Only '``zeroext``', '``signext``', and '``inreg``' attributes
are valid here.
-#. The optional addrspace attribute can be used to indicate the adress space
+#. The optional addrspace attribute can be used to indicate the address space
of the called function. If it is not specified, the program address space
from the :ref:`datalayout string<langref_datalayout>` will be used.
#. '``ty``': the type of the call instruction itself which is also the
@@ -9802,7 +9802,7 @@ This instruction requires several argume
#. The optional :ref:`Parameter Attributes <paramattrs>` list for return
values. Only '``zeroext``', '``signext``', and '``inreg``' attributes
are valid here.
-#. The optional addrspace attribute can be used to indicate the adress space
+#. The optional addrspace attribute can be used to indicate the address space
of the called function. If it is not specified, the program address space
from the :ref:`datalayout string<langref_datalayout>` will be used.
#. '``ty``': the type of the call instruction itself which is also the
More information about the llvm-commits
mailing list