From c8e41c591741b3da1077f7000274ad040bef8002 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 23 Jul 2012 08:51:15 +0000 Subject: Fix a typo (the the => the) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160621 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/LangRef.html') diff --git a/docs/LangRef.html b/docs/LangRef.html index c32c98c..04c1bf8 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1432,7 +1432,7 @@ target datalayout = "layout specification"
  • 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).
  • -- cgit v1.1