Skip to content

Commit 2c48c8d

Browse files
authored
Merge pull request #2 from davidmalcolm/patch-1
Typo fixes
2 parents 7735772 + aa0f9b5 commit 2c48c8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## GCC Front-End For Rust
22

3-
This is a full alternative implementaion of the Rust language ontop of GCC with the goal to become fully upstream with the GNU toolchain.
3+
This is a full alternative implementation of the Rust language on top of GCC with the goal to become fully upstream with the GNU toolchain.
44

55
As this is a front-end project, the compiler will gain full access to all of GCCs internal middle-end optimization passes which are distinct from LLVM. For example, users of this compiler can expect to use the familiar -O2 flags to tune GCC’s optimizer. Going forward, we will be happy to see more LLVM vs GCC graphs in respect to compilation speed, resulting code size and performance.
66

@@ -12,7 +12,7 @@ You can find compiler status reports over on: [https://github.com/Rust-GCC/Repor
1212

1313
Thank you to [Open Source Security Inc.](https://www.opensrcsec.com/) and [Embecosm](https://www.embecosm.com/) for sponsering this project to move forward.
1414

15-
We apreciate all feedback from individuals on github.
15+
We appreciate all feedback from individuals on github.
1616

1717
### Developers
1818

0 commit comments

Comments
 (0)