diff options
| author | Andreas Bolka <a@bolka.at> | 2009-07-27 20:37:10 +0000 |
|---|---|---|
| committer | Andreas Bolka <a@bolka.at> | 2009-07-27 20:37:10 +0000 |
| commit | e39f03351deb004f70a6e054e6704bf73298661e (patch) | |
| tree | 8d0b7840c1feedc4806516146bbc1405ffb9f494 /llvm/docs | |
| parent | 9db94d148086f1cbc0a1033830632dbbdfcf5355 (diff) | |
| download | bcm5719-llvm-e39f03351deb004f70a6e054e6704bf73298661e.tar.gz bcm5719-llvm-e39f03351deb004f70a6e054e6704bf73298661e.zip | |
Fix typo.
llvm-svn: 77244
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 7858e6373d3..1f9f80d6d43 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -1252,7 +1252,7 @@ target datalayout = "<i>layout specification</i>" <div class="doc_text"> <p>Any memory access must be done though a pointer value associated -with with address range of the memory access, otherwise the behavior +with an address range of the memory access, otherwise the behavior is undefined. Pointer values are associated with address ranges according to the following rules:</p> |

