Correct 'teh' and other typos / repeated words.
[oota-llvm.git] / docs / tutorial / LangImpl7.rst
index c44590836b89dcbf01953f0ec8a75c68898b6da3..648940785b0938d52f97736e326a07c83bc55c0e 100644 (file)
@@ -632,7 +632,7 @@ own local variables, lets add this next!
 User-defined Local Variables
 ============================
 
-Adding var/in is just like any other other extensions we made to
+Adding var/in is just like any other extension we made to
 Kaleidoscope: we extend the lexer, the parser, the AST and the code
 generator. The first step for adding our new 'var/in' construct is to
 extend the lexer. As before, this is pretty trivial, the code looks like