From 550d9bf984b19ca65f28cea95a5172120baa633e Mon Sep 17 00:00:00 2001 From: Michael Gottesman Date: Tue, 2 Jul 2013 21:32:56 +0000 Subject: 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 --- docs/LangRef.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/LangRef.rst') diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 8527631..13706e1 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`` -- cgit v1.1