[llvm] 6760ca8 - [docs] Tiny rewording in the portability FAQ entry

Josh Kunz via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 20 16:46:04 PST 2019


Author: Josh Kunz
Date: 2019-11-20T16:40:30-08:00
New Revision: 6760ca8c76fdc11537a2252670593c462171d64f

URL: https://github.com/llvm/llvm-project/commit/6760ca8c76fdc11537a2252670593c462171d64f
DIFF: https://github.com/llvm/llvm-project/commit/6760ca8c76fdc11537a2252670593c462171d64f.diff

LOG: [docs] Tiny rewording in the portability FAQ entry

The entry reads better with these two words swapped.

Added: 
    

Modified: 
    llvm/docs/FAQ.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/FAQ.rst b/llvm/docs/FAQ.rst
index 1afba7557bd7..6ce6051e1f65 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.


        


More information about the llvm-commits mailing list