diff options
-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 ------------------- |