summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPriyansh Singh <priyansh.singh100@gmail.com>2022-04-07 07:11:11 -0400
committerAaron Ballman <aaron@aaronballman.com>2022-04-07 07:11:11 -0400
commitd356cdcf319ea8123c2ba085bed5d67be8dba176 (patch)
treed48daf6902709f99d18299c5cabe97244446ac3f /README.md
parent094e80882c898fbb95446c96a799abbe38f9baac (diff)
downloadllvm-d356cdcf319ea8123c2ba085bed5d67be8dba176.tar.gz
Fix grammar and punctuation across several docs; NFC
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1cb56d0e82bb..1273ba17c2fa 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# The LLVM Compiler Infrastructure
-This directory and its sub-directories contain source code for LLVM,
+This directory and its sub-directories contain the source code for LLVM,
a toolkit for the construction of highly optimized compilers,
optimizers, and run-time environments.
@@ -33,7 +33,7 @@ the [LLD linker](https://lld.llvm.org), and more.
### Getting the Source Code and Building LLVM
-The LLVM Getting Started documentation may be out of date. The [Clang
+The LLVM Getting Started documentation may be out of date. The [Clang
Getting Started](http://clang.llvm.org/get_started.html) page might have more
accurate information.
@@ -101,7 +101,7 @@ This is an example work-flow and configuration to get and build the LLVM source:
LLVM sub-projects generate their own ``check-<project>`` target.
* Running a serial build will be **slow**. To improve speed, try running a
- parallel build. That's done by default in Ninja; for ``make``, use the option
+ parallel build. That's done by default in Ninja; for ``make``, use the option
``-j NNN``, where ``NNN`` is the number of parallel jobs to run.
In most cases, you get the best performance if you specify the number of CPU threads you have.
On some Unix systems, you can specify this with ``-j$(nproc)``.