summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Kunz <jkz@google.com>2019-11-20 16:33:18 -0800
committerJosh Kunz <jkz@google.com>2019-11-20 16:40:30 -0800
commit6760ca8c76fdc11537a2252670593c462171d64f (patch)
treefc50be8e98115d0ce8195c09354f5695d4f7f665
parentda4baa2a6c966154e19964fdced1119ed2f4d6ee (diff)
downloadbcm5719-llvm-6760ca8c76fdc11537a2252670593c462171d64f.tar.gz
bcm5719-llvm-6760ca8c76fdc11537a2252670593c462171d64f.zip
[docs] Tiny rewording in the portability FAQ entry
The entry reads better with these two words swapped.
-rw-r--r--llvm/docs/FAQ.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/FAQ.rst b/llvm/docs/FAQ.rst
index 1afba7557bd..6ce6051e1f6 100644
--- a/llvm/docs/FAQ.rst
+++ b/llvm/docs/FAQ.rst
@@ -34,7 +34,7 @@ the STL.
How portable is the LLVM source code?
-------------------------------------
The LLVM source code should be portable to most modern Unix-like operating
-systems. LLVM has also excellent support on Windows systems.
+systems. LLVM also has excellent support on Windows systems.
Most of the code is written in standard C++ with operating system
services abstracted to a support library. The tools required to build and
test LLVM have been ported to a plethora of platforms.
OpenPOWER on IntegriCloud