[llvm] r185479 - Fixed typo in LangRef where we were using _'' to quote instead of the correct _.

Michael Gottesman mgottesman at apple.com
Tue Jul 2 14:32:56 PDT 2013


Author: mgottesman
Date: Tue Jul  2 16:32:56 2013
New Revision: 185479

URL: http://llvm.org/viewvc/llvm-project?rev=185479&view=rev
Log:
Fixed typo in LangRef where we were using _'' to quote instead of the correct _.

Modified:
    llvm/trunk/docs/LangRef.rst

Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=185479&r1=185478&r2=185479&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Tue Jul  2 16:32:56 2013
@@ -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``





More information about the llvm-commits mailing list