summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2013-07-02 21:32:56 +0000
committerMichael Gottesman <mgottesman@apple.com>2013-07-02 21:32:56 +0000
commit550d9bf984b19ca65f28cea95a5172120baa633e (patch)
tree818d953d08b9a4122ac6a9d38598c371db9f39c0 /docs
parent25b9bbae69befa03cc48d4be73b741eff8e523bc (diff)
downloadllvm-550d9bf984b19ca65f28cea95a5172120baa633e.tar.gz
llvm-550d9bf984b19ca65f28cea95a5172120baa633e.tar.bz2
llvm-550d9bf984b19ca65f28cea95a5172120baa633e.tar.xz
Fixed typo in LangRef where we were using _'' to quote instead of the correct _.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185479 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.rst b/docs/LangRef.rst
index 85276312bb..13706e167f 100644
--- a/docs/LangRef.rst
+++ b/docs/LangRef.rst
@@ -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``