summaryrefslogtreecommitdiff
path: root/docs/MergeFunctions.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/MergeFunctions.rst')
-rw-r--r--docs/MergeFunctions.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/MergeFunctions.rst b/docs/MergeFunctions.rst
index b2f6030edc1c..f808010f3acf 100644
--- a/docs/MergeFunctions.rst
+++ b/docs/MergeFunctions.rst
@@ -56,7 +56,7 @@ As a good start point, Kaleidoscope tutorial could be used:
Especially it's important to understand chapter 3 of tutorial:
-:doc:`tutorial/LangImpl3`
+:doc:`tutorial/LangImpl03`
Reader also should know how passes work in LLVM, they could use next article as
a reference and start point here:
@@ -697,7 +697,7 @@ Below is detailed body description.
If “F” may be overridden
------------------------
As follows from ``mayBeOverridden`` comments: “whether the definition of this
-global may be replaced by something non-equivalent at link time”. If so, thats
+global may be replaced by something non-equivalent at link time”. If so, that's
ok: we can use alias to *F* instead of *G* or change call instructions itself.
HasGlobalAliases, removeUsers