diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2016-02-14 20:16:22 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2016-02-14 20:16:22 +0000 |
commit | 84666a19649df885b40e2fb1da1c11674fcd9620 (patch) | |
tree | b54c386af044fe1b1376c75c3eeb4d2bfc2eb753 /llvm/docs/MergeFunctions.rst | |
parent | 5e27ec33ea81c159c2724aaeeba1826878167ad6 (diff) | |
download | bcm5719-llvm-84666a19649df885b40e2fb1da1c11674fcd9620.tar.gz bcm5719-llvm-84666a19649df885b40e2fb1da1c11674fcd9620.zip |
Fix some typos in the llvm doc
llvm-svn: 260855
Diffstat (limited to 'llvm/docs/MergeFunctions.rst')
-rw-r--r-- | llvm/docs/MergeFunctions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/MergeFunctions.rst b/llvm/docs/MergeFunctions.rst index b2f6030edc1..377ea4d698d 100644 --- a/llvm/docs/MergeFunctions.rst +++ b/llvm/docs/MergeFunctions.rst @@ -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 |