diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2013-07-06 01:04:47 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2013-07-06 01:04:47 +0000 |
commit | d1066efaec118c4d21b6da19e0d42c0d5e32c82d (patch) | |
tree | 7c821c85190a53917be0a16ece0549f0aec467f0 /docs | |
parent | 60ceb6ec151eb3cad0de6559de247be972cd94d6 (diff) | |
download | external_llvm-d1066efaec118c4d21b6da19e0d42c0d5e32c82d.zip external_llvm-d1066efaec118c4d21b6da19e0d42c0d5e32c82d.tar.gz external_llvm-d1066efaec118c4d21b6da19e0d42c0d5e32c82d.tar.bz2 |
Fix language.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185739 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/LangRef.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 1e65f0b..91f2289 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 |