Skip to content

Commit 2e8645e

Browse files
committed
Fixed a typo in SIL.rst.
1 parent 94ad140 commit 2e8645e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/SIL.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2456,7 +2456,7 @@ index_raw_pointer
24562456
%2 = index_raw_pointer %0 : $Builtin.RawPointer, %1 : $Builtin.Int<n>
24572457
// %0 must be of $Builtin.RawPointer type
24582458
// %1 must be of a builtin integer type
2459-
// %2 will be of type $*T
2459+
// %2 will be of type $Builtin.RawPointer
24602460

24612461
Given a ``Builtin.RawPointer`` value ``%0``, returns a pointer value at the
24622462
byte offset ``%1`` relative to ``%0``.

0 commit comments

Comments
 (0)