summaryrefslogtreecommitdiff
path: root/docs/CrossCompilation.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/CrossCompilation.rst')
-rw-r--r--docs/CrossCompilation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CrossCompilation.rst b/docs/CrossCompilation.rst
index 8a8027117372b..c07bc21a430d3 100644
--- a/docs/CrossCompilation.rst
+++ b/docs/CrossCompilation.rst
@@ -32,7 +32,7 @@ when compiling your code.
On the other hand, Clang/LLVM is natively a cross-compiler, meaning that
one set of programs can compile to all targets by setting the ``-target``
-option. That makes it a lot easier for programers wishing to compile to
+option. That makes it a lot easier for programmers wishing to compile to
different platforms and architectures, and for compiler developers that
only have to maintain one build system, and for OS distributions, that
need only one set of main packages.