summaryrefslogtreecommitdiffstats
path: root/llvm/docs/LangRef.html
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2012-07-23 08:51:15 +0000
committerSylvestre Ledru <sylvestre@debian.org>2012-07-23 08:51:15 +0000
commit35521e231034815b6962eff0dbbd8ee132038784 (patch)
tree434141fe9ab99916e5338540fb277099c3bc6020 /llvm/docs/LangRef.html
parent7f3e84c9fdb9628ba81ecffcc7d40ee1a1de7939 (diff)
downloadbcm5719-llvm-35521e231034815b6962eff0dbbd8ee132038784.tar.gz
bcm5719-llvm-35521e231034815b6962eff0dbbd8ee132038784.zip
Fix a typo (the the => the)
llvm-svn: 160621
Diffstat (limited to 'llvm/docs/LangRef.html')
-rw-r--r--llvm/docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index c32c98c36d8..04c1bf8b32f 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/docs/LangRef.html
@@ -1432,7 +1432,7 @@ target datalayout = "<i>layout specification</i>"
<li>If no match is found, and the type sought is an integer type, then the
smallest integer type that is larger than the bitwidth of the sought type
is used. If none of the specifications are larger than the bitwidth then
- the the largest integer type is used. For example, given the default
+ the largest integer type is used. For example, given the default
specifications above, the i7 type will use the alignment of i8 (next
largest) while both i65 and i256 will use the alignment of i64 (largest
specified).</li>
OpenPOWER on IntegriCloud