[Docs] Fix typo in opaque pointers doc

This commit is contained in:
Jannik Silvanus 2023-08-21 08:18:52 +02:00
parent 134115618a
commit 6f4a6e1db7

View File

@ -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