Skip to content

Commit 5201680

Browse files
committed
LangRef: Fix typo in backtick placement
1 parent 78ed64d commit 5201680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/LangRef.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3648,7 +3648,7 @@ The semantics of non-zero address spaces are target-specific. Memory
36483648
access through a non-dereferenceable pointer is undefined behavior in
36493649
any address space. Pointers with the bit-value 0 are only assumed to
36503650
be non-dereferenceable in address space 0, unless the function is
3651-
marked with the ``null_pointer_is_valid attribute``.
3651+
marked with the ``null_pointer_is_valid`` attribute.
36523652

36533653
If an object can be proven accessible through a pointer with a
36543654
different address space, the access may be modified to use that

0 commit comments

Comments
 (0)