[llvm] r185739 - Fix language.

Nick Lewycky nicholas at mxc.ca
Fri Jul 5 18:04:47 PDT 2013


Author: nicholas
Date: Fri Jul  5 20:04:47 2013
New Revision: 185739

URL: http://llvm.org/viewvc/llvm-project?rev=185739&view=rev
Log:
Fix language.

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=185739&r1=185738&r2=185739&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Fri Jul  5 20:04:47 2013
@@ -890,8 +890,7 @@ example:
     
     On an argument, this attribute indicates that the function does not
     dereference that pointer argument, even though it may read or write the
-    memory that the pointer points to through if accessed through other
-    pointers.
+    memory that the pointer points to if accessed through other pointers.
 ``readonly``
     On a function, this attribute indicates that the function does not write
     through any pointer arguments (including ``byval`` arguments) or otherwise





More information about the llvm-commits mailing list