From: Gabor Greif
Date: Wed, 11 Mar 2009 20:04:08 +0000 (+0000)
Subject: fix validator errors
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=94244f384954f968617040a55e0857bf8c78bb19;p=oota-llvm.git
fix validator errors
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66688 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/tutorial/LangImpl4.html b/docs/tutorial/LangImpl4.html
index 7e1fcfa0ff5..9a3bfd21471 100644
--- a/docs/tutorial/LangImpl4.html
+++ b/docs/tutorial/LangImpl4.html
@@ -87,7 +87,7 @@ entry:
-Constant folding, as seen above, in particular, is a very common and very
+Constant folding, as seen above, in particular, is a very common and very
important optimization: so much so that many language implementors implement
constant folding support in their AST representation.
diff --git a/docs/tutorial/OCamlLangImpl1.html b/docs/tutorial/OCamlLangImpl1.html
index 77b492fd5eb..3c0fd8b1c69 100644
--- a/docs/tutorial/OCamlLangImpl1.html
+++ b/docs/tutorial/OCamlLangImpl1.html
@@ -277,7 +277,7 @@ and lex_ident buffer = parser
-Numeric values are similar:
+Numeric values are similar: