diff --git a/autoconf/m4/func_isinf.m4 b/autoconf/m4/func_isinf.m4 index 5c000f8fad91..22ba81d54d59 100644 --- a/autoconf/m4/func_isinf.m4 +++ b/autoconf/m4/func_isinf.m4 @@ -1,5 +1,5 @@ # -# This function determins if the the isinf function isavailable on this +# This function determins if the isinf function isavailable on this # platform. # AC_DEFUN([AC_FUNC_ISINF],[ diff --git a/autoconf/m4/huge_val.m4 b/autoconf/m4/huge_val.m4 index 9dc76f22350c..6c9a22eab002 100644 --- a/autoconf/m4/huge_val.m4 +++ b/autoconf/m4/huge_val.m4 @@ -1,5 +1,5 @@ # -# This function determins if the the HUGE_VAL macro is compilable with the +# This function determins if the HUGE_VAL macro is compilable with the # -pedantic switch or not. XCode < 2.4.1 doesn't get it right. # AC_DEFUN([AC_HUGE_VAL_CHECK],[ diff --git a/autoconf/m4/rand48.m4 b/autoconf/m4/rand48.m4 index 56705d85c9c5..76f08faad284 100644 --- a/autoconf/m4/rand48.m4 +++ b/autoconf/m4/rand48.m4 @@ -1,5 +1,5 @@ # -# This function determins if the the srand48,drand48,lrand48 functions are +# This function determins if the srand48,drand48,lrand48 functions are # available on this platform. # AC_DEFUN([AC_FUNC_RAND48],[ diff --git a/docs/Atomics.rst b/docs/Atomics.rst index db27959073db..1bca53e2b17e 100644 --- a/docs/Atomics.rst +++ b/docs/Atomics.rst @@ -318,7 +318,7 @@ Notes for frontends operation, and vice versa. Notes for optimizers - In general, optimizers should treat this like a nothrow call; the the possible + In general, optimizers should treat this like a nothrow call; the possible optimizations are usually not interesting. Notes for code generation diff --git a/docs/CommandGuide/llvm-ar.rst b/docs/CommandGuide/llvm-ar.rst index aec55ae62a60..eddffeba7daa 100644 --- a/docs/CommandGuide/llvm-ar.rst +++ b/docs/CommandGuide/llvm-ar.rst @@ -208,7 +208,7 @@ section (above) to determine which modifiers are applicable to which operations. When inserting or moving member files, this option specifies the destination of the new files as being before the *relpos* member. If *relpos* is not found, the files are placed at the end of the archive. This modifier is - identical to the the *i* modifier. + identical to the *i* modifier. diff --git a/docs/CommandLine.html b/docs/CommandLine.html index 6f3298ab39fb..aff40d05f858 100644 --- a/docs/CommandLine.html +++ b/docs/CommandLine.html @@ -122,7 +122,7 @@
The later sections of this guide describe the general layout of the the LLVM source tree, a general layout of the LLVM source tree, a simple example using the LLVM tool chain, and links to find more information about LLVM or to get help via e-mail.
@@ -1535,7 +1535,7 @@Provides other passes access to information on how the size and alignment - required by the the target ABI for various data types.
+ required by the target ABI for various data types.Constructor used when you need to create new Functions to add - the the program. The constructor must specify the type of the function to + the program. The constructor must specify the type of the function to create and what type of linkage the function should have. The FunctionType argument specifies the formal arguments and return value for the function. The same diff --git a/docs/tutorial/LangImpl8.html b/docs/tutorial/LangImpl8.html index efd1756f0cdc..7c1a500a21bf 100644 --- a/docs/tutorial/LangImpl8.html +++ b/docs/tutorial/LangImpl8.html @@ -47,7 +47,7 @@
Welcome to the the final chapter of the "Implementing a
+ Welcome to the final chapter of the "Implementing a
language with LLVM" tutorial. In the course of this tutorial, we have grown
our little Kaleidoscope language from being a useless toy, to being a
semi-interesting (but probably still useless) toy. :) Welcome to the the final chapter of the "Implementing a
+ Welcome to the final chapter of the "Implementing a
language with LLVM" tutorial. In the course of this tutorial, we have grown
our little Kaleidoscope language from being a useless toy, to being a
semi-interesting (but probably still useless) toy. :)Tutorial Conclusion