summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2013-07-06 01:04:47 +0000
committerNick Lewycky <nicholas@mxc.ca>2013-07-06 01:04:47 +0000
commitefe31f295110c1bb4a6e44f5dc075d07e55c4c67 (patch)
tree67c806aa09023393c40ded0d7f32ee400e136ccf
parentcff2cf8e3a44ee9a3d32747ee415b5faf6706d01 (diff)
downloadbcm5719-llvm-efe31f295110c1bb4a6e44f5dc075d07e55c4c67.tar.gz
bcm5719-llvm-efe31f295110c1bb4a6e44f5dc075d07e55c4c67.zip
Fix language.
llvm-svn: 185739
-rw-r--r--llvm/docs/LangRef.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 1e65f0b823a..91f2289d6bf 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/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
OpenPOWER on IntegriCloud