Fix grammar in addrspacecast description
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 15 Nov 2013 05:44:56 +0000 (05:44 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 15 Nov 2013 05:44:56 +0000 (05:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194785 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.rst

index 58bba1ba15888b3d7623506328b44407c1de12f9..e102cb6778788ea553cc8a349ae55fd38fd93076 100644 (file)
@@ -5774,9 +5774,9 @@ Semantics:
 
 The '``addrspacecast``' instruction converts the pointer value
 ``ptrval`` to type ``pty2``. It can be a *no-op cast* or a complex
-value modification, depending on the target and the address spaces
-pair. Pointers conversion within the same address space must be
-performed with ``bitcast`` instruction. Note that if the address space
+value modification, depending on the target and the address space
+pair. Pointer conversions within the same address space must be
+performed with the ``bitcast`` instruction. Note that if the address space
 conversion is legal then both result and operand refer to the same memory
 location.