summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/tools/clang/docs/CrossCompilation.rst
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/llvm/tools/clang/docs/CrossCompilation.rst')
-rw-r--r--gnu/llvm/tools/clang/docs/CrossCompilation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/llvm/tools/clang/docs/CrossCompilation.rst b/gnu/llvm/tools/clang/docs/CrossCompilation.rst
index 8a802711737..c07bc21a430 100644
--- a/gnu/llvm/tools/clang/docs/CrossCompilation.rst
+++ b/gnu/llvm/tools/clang/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.