summaryrefslogtreecommitdiff
path: root/llvm/docs/HowToBuildWindowsItaniumPrograms.rst
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/HowToBuildWindowsItaniumPrograms.rst')
-rw-r--r--llvm/docs/HowToBuildWindowsItaniumPrograms.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/HowToBuildWindowsItaniumPrograms.rst b/llvm/docs/HowToBuildWindowsItaniumPrograms.rst
index d932d9dd00bf..a18df992adf1 100644
--- a/llvm/docs/HowToBuildWindowsItaniumPrograms.rst
+++ b/llvm/docs/HowToBuildWindowsItaniumPrograms.rst
@@ -13,7 +13,7 @@ headers or additional runtime machinery (such as is used by mingw).
Windows Itanium Stack:
-* Uses the Itanium C++ abi.
+* Uses the Itanium C++ ABI.
* libc++.
* libc++-abi.
* libunwind.
@@ -75,7 +75,7 @@ It is also possible to cross-compile from Linux.
To build the libraries in step 2, refer to the `libc++ documentation <https://libcxx.llvm.org/VendorDocumentation.html#the-default-build>`_.
-The next section discuss the salient options and modifications required for building and installing the
+The next section discusses the salient options and modifications required for building and installing the
libraries. This assumes that we are building libunwind and libc++ as DLLs and statically linking libc++abi
into libc++. Other build configurations are possible, but they are not discussed here.