Fix a typo (the the => the)

llvm-svn: 160621
diff --git a/llvm/docs/tutorial/OCamlLangImpl8.html b/llvm/docs/tutorial/OCamlLangImpl8.html
index efd1756..7c1a500 100644
--- a/llvm/docs/tutorial/OCamlLangImpl8.html
+++ b/llvm/docs/tutorial/OCamlLangImpl8.html
@@ -47,7 +47,7 @@
 
 <div>
 
-<p>Welcome to the the final chapter of the "<a href="index.html">Implementing a
+<p>Welcome to the final chapter of the "<a href="index.html">Implementing a
 language with LLVM</a>" 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. :)</p>