[llvm] 5201680 - LangRef: Fix typo in backtick placement

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 2 17:40:39 PDT 2022


Author: Matt Arsenault
Date: 2022-11-02T17:40:33-07:00
New Revision: 520168024914d2e3f446959402f238862d5055b2

URL: https://github.com/llvm/llvm-project/commit/520168024914d2e3f446959402f238862d5055b2
DIFF: https://github.com/llvm/llvm-project/commit/520168024914d2e3f446959402f238862d5055b2.diff

LOG: LangRef: Fix typo in backtick placement

Added: 
    

Modified: 
    llvm/docs/LangRef.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 3a809603ddcc4..c7cfbf12eaa48 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -3648,7 +3648,7 @@ The semantics of non-zero address spaces are target-specific. Memory
 access through a non-dereferenceable pointer is undefined behavior in
 any address space. Pointers with the bit-value 0 are only assumed to
 be non-dereferenceable in address space 0, unless the function is
-marked with the ``null_pointer_is_valid attribute``.
+marked with the ``null_pointer_is_valid`` attribute.
 
 If an object can be proven accessible through a pointer with a
 
diff erent address space, the access may be modified to use that


        


More information about the llvm-commits mailing list