From 9e620d40bee5f56af96465162d2905f8e607190d Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Wed, 16 Jan 2019 00:21:59 +0000 Subject: [PATCH] [LangRef] Fix typo adress->address. NFC llvm-svn: 351279 --- docs/LangRef.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 162925b1a75..496a0f7eaaf 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -6666,7 +6666,7 @@ This instruction requires several arguments: #. The optional :ref:`Parameter Attributes ` 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` will be used. #. '``ty``': the type of the call instruction itself which is also the @@ -9802,7 +9802,7 @@ This instruction requires several arguments: #. The optional :ref:`Parameter Attributes ` 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` will be used. #. '``ty``': the type of the call instruction itself which is also the