diff options
| author | Wilfred Hughes <me@wilfred.me.uk> | 2016-03-17 10:18:13 +0000 |
|---|---|---|
| committer | Wilfred Hughes <me@wilfred.me.uk> | 2016-03-17 10:18:13 +0000 |
| commit | b59b488e21f7ba968aed86b216024bd490b4daea (patch) | |
| tree | eed2315c1af4358d6dd7d7454617a58f12e8618b /llvm/docs | |
| parent | 626557be6b31122ca0cdee9e022decbedcebaaab (diff) | |
| download | bcm5719-llvm-b59b488e21f7ba968aed86b216024bd490b4daea.tar.gz bcm5719-llvm-b59b488e21f7ba968aed86b216024bd490b4daea.zip | |
Minor grammar fix in kaleidoscope tutorial.
llvm-svn: 263700
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/tutorial/LangImpl9.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/tutorial/LangImpl9.rst b/llvm/docs/tutorial/LangImpl9.rst index f02bba857c1..ec37573376a 100644 --- a/llvm/docs/tutorial/LangImpl9.rst +++ b/llvm/docs/tutorial/LangImpl9.rst @@ -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 ------------------- |

