Fix a typo (the the => the)
[oota-llvm.git] / docs / LangRef.html
index c32c98c36d80f670dede3ae33d0e7ff3bee1669a..04c1bf8b32f5f723096a63da6aeece8e44bf9156 100644 (file)
@@ -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>