Skip to content

Commit 6f4a6e1

Browse files
committed
[Docs] Fix typo in opaque pointers doc
1 parent 1341156 commit 6f4a6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: llvm/docs/OpaquePointers.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ While direct usage of pointer element types is immediately apparent in code,
180180
there is a more subtle issue that opaque pointers need to contend with: A lot
181181
of code assumes that pointer equality also implies that the used load/store
182182
type or GEP source element type is the same. Consider the following examples
183-
with typed an opaque pointers:
183+
with typed and opaque pointers:
184184

185185
.. code-block:: llvm
186186

0 commit comments

Comments
 (0)