OSDN Git Service

Small docs fix
authorPiotr Padlewski <prazek@google.com>
Wed, 2 Sep 2015 20:33:16 +0000 (20:33 +0000)
committerPiotr Padlewski <prazek@google.com>
Wed, 2 Sep 2015 20:33:16 +0000 (20:33 +0000)
http://reviews.llvm.org/D12572

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246705 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.rst

index 756d411..1209e1d 100644 (file)
@@ -6732,7 +6732,7 @@ The optional ``!nonnull`` metadata must reference a single
 metadata name ``<index>`` corresponding to a metadata node with no
 entries. The existence of the ``!nonnull`` metadata on the
 instruction tells the optimizer that the value loaded is known to
-never be null. This is analogous to the ''nonnull'' attribute
+never be null. This is analogous to the ``nonnull`` attribute
 on parameters and return values. This metadata can only be applied
 to loads of a pointer type.