From d1066efaec118c4d21b6da19e0d42c0d5e32c82d Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Sat, 6 Jul 2013 01:04:47 +0000 Subject: [PATCH] Fix language. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185739 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 1e65f0b823a..91f2289d6bf 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -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 -- 2.34.1