diff options
-rw-r--r-- | llvm/docs/FAQ.rst | 2 |
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. |