fit in 80 cols :)
llvm-svn: 43222
diff --git a/llvm/docs/tutorial/LangImpl2.html b/llvm/docs/tutorial/LangImpl2.html
index 653975c..e6c53da 100644
--- a/llvm/docs/tutorial/LangImpl2.html
+++ b/llvm/docs/tutorial/LangImpl2.html
@@ -195,7 +195,8 @@
our lexer will assume that CurTok is the current token that needs to be
parsed.</p>
-<p>Again, we define these with global variables; it would be better design to wrap the entire parser in a class and use instance variables for these.
+<p>Again, we define these with global variables; it would be better design to
+wrap the entire parser in a class and use instance variables for these.
</p>
<div class="doc_code">