Skip to content

Commit 324eb69

Browse files
mark-i-mcamelid
andcommitted
Typo fixes
Co-authored-by: Camelid <[email protected]>
1 parent 8fbc9f5 commit 324eb69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/getting-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ advice.**][suggested]
6060
### System Requirements
6161

6262
[**See this chapter for detailed software requirements.**](./building/prerequisites.md)
63-
Most notably, you will need python 2 to run `x.py`.
63+
Most notably, you will need Python 2 to run `x.py`.
6464

6565
There are no hard hardware requirements, but building the compiler is
6666
computationally expensive, so a beefier machine will help, and I wouldn't
67-
recommend building try to build on a Raspberry Pi :P
67+
recommend trying to build on a Raspberry Pi :P
6868

6969
- x86 and ARM are both supported (TODO: confirm)
7070
- Recommended 30GB of free disk space; otherwise, you will have to keep
@@ -75,7 +75,7 @@ recommend building try to build on a Raspberry Pi :P
7575
involves updating git submodules and downloading a beta compiler. It doesn't
7676
need to be super fast, but that can help.
7777

78-
Building the compiler take more than half an hour on my moderately powerful
78+
Building the compiler takes more than half an hour on my moderately powerful
7979
laptop (even longer if you build LLVM).
8080

8181
### Cloning
@@ -120,7 +120,7 @@ the following settings:
120120
### `./x.py` Intro
121121

122122
`rustc` is a bootstrapping compiler because it is written in Rust. Where do you
123-
get do you get the original compiler from? We use the current `beta` compiler
123+
get the original compiler from? We use the current beta compiler
124124
to build the compiler. Then, we use that compiler to build itself. Thus,
125125
`rustc` has a 2-stage build.
126126

0 commit comments

Comments
 (0)