[llvm] r263700 - Minor grammar fix in kaleidoscope tutorial.

Wilfred Hughes via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 17 03:18:14 PDT 2016


Author: wilfred
Date: Thu Mar 17 05:18:13 2016
New Revision: 263700

URL: http://llvm.org/viewvc/llvm-project?rev=263700&view=rev
Log:
Minor grammar fix in kaleidoscope tutorial.

Modified:
    llvm/trunk/docs/tutorial/LangImpl9.rst

Modified: llvm/trunk/docs/tutorial/LangImpl9.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/LangImpl9.rst?rev=263700&r1=263699&r2=263700&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/LangImpl9.rst (original)
+++ llvm/trunk/docs/tutorial/LangImpl9.rst Thu Mar 17 05:18:13 2016
@@ -103,8 +103,8 @@ LLVM's capabilities.
 Properties of the LLVM IR
 =========================
 
-We have a couple common questions about code in the LLVM IR form - lets
-just get these out of the way right now, shall we?
+We have a couple of common questions about code in the LLVM IR form -
+let's just get these out of the way right now, shall we?
 
 Target Independence
 -------------------




More information about the llvm-commits mailing list