[llvm] 6f4a6e1 - [Docs] Fix typo in opaque pointers doc

Jannik Silvanus via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 20 23:19:42 PDT 2023


Author: Jannik Silvanus
Date: 2023-08-21T08:19:11+02:00
New Revision: 6f4a6e1db7c6feaabf7fe1883b588cf1b328cae9

URL: https://github.com/llvm/llvm-project/commit/6f4a6e1db7c6feaabf7fe1883b588cf1b328cae9
DIFF: https://github.com/llvm/llvm-project/commit/6f4a6e1db7c6feaabf7fe1883b588cf1b328cae9.diff

LOG: [Docs] Fix typo in opaque pointers doc

Added: 
    

Modified: 
    llvm/docs/OpaquePointers.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/OpaquePointers.rst b/llvm/docs/OpaquePointers.rst
index a51042fa01d6d6..aecbe1ec6bb9b0 100644
--- a/llvm/docs/OpaquePointers.rst
+++ b/llvm/docs/OpaquePointers.rst
@@ -180,7 +180,7 @@ While direct usage of pointer element types is immediately apparent in code,
 there is a more subtle issue that opaque pointers need to contend with: A lot
 of code assumes that pointer equality also implies that the used load/store
 type or GEP source element type is the same. Consider the following examples
-with typed an opaque pointers:
+with typed and opaque pointers:
 
 .. code-block:: llvm
 


        


More information about the llvm-commits mailing list