OSDN Git Service

Merging r338968:
[android-x86/external-llvm.git] / README.txt
index e957a4d..ebbd50f 100644 (file)
@@ -1,8 +1,8 @@
-Low Level Virtual Machine (LLVM)
+The LLVM Compiler Infrastructure
 ================================
 
-This directory and its subdirectories contain source code for the Low Level
-Virtual Machine, a toolkit for the construction of highly optimized compilers,
+This directory and its subdirectories contain source code for LLVM,
+a toolkit for the construction of highly optimized compilers,
 optimizers, and runtime environments.
 
 LLVM is open source software. You may freely distribute it under the terms of
@@ -13,6 +13,6 @@ assistance with LLVM, and in particular docs/GettingStarted.rst for getting
 started with LLVM and docs/README.txt for an overview of LLVM's
 documentation setup.
 
-If you're writing a package for LLVM, see docs/Packaging.rst for our
+If you are writing a package for LLVM, see docs/Packaging.rst for our
 suggestions.