summaryrefslogtreecommitdiff
path: root/docs/HowToBuildOnARM.rst
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2013-10-29 17:53:27 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2013-10-29 17:53:27 +0000
commitd59761480e6ecae6e4aff28ae1ecad45845b8c0b (patch)
treebf4a86e712be4f1ea34bb9dea16e60cf17260356 /docs/HowToBuildOnARM.rst
parent93cf0939f95b3d580d9c05375a7c84164e1ba72e (diff)
downloadllvm-d59761480e6ecae6e4aff28ae1ecad45845b8c0b.tar.gz
llvm-d59761480e6ecae6e4aff28ae1ecad45845b8c0b.tar.bz2
llvm-d59761480e6ecae6e4aff28ae1ecad45845b8c0b.tar.xz
Fix common typos in the docs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193632 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/HowToBuildOnARM.rst')
-rw-r--r--docs/HowToBuildOnARM.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HowToBuildOnARM.rst b/docs/HowToBuildOnARM.rst
index f212acdc95..b58dfac737 100644
--- a/docs/HowToBuildOnARM.rst
+++ b/docs/HowToBuildOnARM.rst
@@ -21,7 +21,7 @@ on the ARMv6 and ARMv7 architectures and may be inapplicable to older chips.
#. If you are building LLVM/Clang on an ARM board with 1G of memory or less,
please use ``gold`` rather then GNU ``ld``.
Building LLVM/Clang with ``--enable-optimized``
- is prefered since it consumes less memory. Otherwise, the building
+ is preferred since it consumes less memory. Otherwise, the building
process will very likely fail due to insufficient memory. In any
case it is probably a good idea to set up a swap partition.