Fixed typo in LangRef where we were using _'' to quote instead of the correct _.
authorMichael Gottesman <mgottesman@apple.com>
Tue, 2 Jul 2013 21:32:56 +0000 (21:32 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Tue, 2 Jul 2013 21:32:56 +0000 (21:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185479 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.rst

index 85276312bb271a6bde1c190d03a3c6224a21db72..13706e167f65eefd9ec68127e0a00bebe15f7dfa 100644 (file)
@@ -820,7 +820,7 @@ example:
 ``builtin``
     This indicates that the callee function at a call site should be
     recognized as a built-in function, even though the function's declaration
-    uses the ``nobuiltin'' attribute. This is only valid at call sites for
+    uses the ``nobuiltin`` attribute. This is only valid at call sites for
     direct calls to functions which are declared with the ``nobuiltin``
     attribute.
 ``cold``